#691624

Color #691624 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #691624

Tints of Pohutukawa #691624

Color information

#691624 (or 0x691624) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 24. RGB value is (105,22,36). Sum of RGB (Red+Green+Blue) = 105+22+36=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691624 is #96E9DB. Grayscale: #303030. Windows color (decimal): -9890268 or 2365033. OLE color: 2365033.

HSL color Cylindrical-coordinate representation of color #691624: hue angle of 349.88º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691624 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1052236-
CMYK00.790.660.59
HSL349.88º65.35%24.9%-
HSV(B)349.88º79.05%41.18%-
XYZ6.433.72.05-
YUV48.41121168.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=64.42%
G=13.50%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105223600.790.660.59349.8865.3524.9
Hex69162404F423B15e4119
Octal151264401171027353610131
Binary110100110110100100010011111000010111011101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691624; }

 p { color: rgb(105,22,36); }

 H1.HeaderClassName
 {
   color: #691624;
 }
 .AnyTagClassName
 {
   color: #691624;
 }
</style>
background-color css

<style>
 a { background-color: #691624; }

 a { background-color: rgb(105,22,36); }

 div.DivClassName
 {
   background-color: #691624;
 }
 .BgClassName
 {
   background-color: #691624;
 }
</style>
border-color css

<style>
 span { border-color: #691624; }

 span { border-color: rgb(105,22,36); }

 td.TdClassName
 {
   border-color: #691624;
 }
 .TagClassName
 {
   border-color: #691624;
 }
</style>