Html Css Color HEX #660408 Pohutukawa

📋 copy color: '#660408'

red 102 ◦ green 4 ◦ blue 8

#660408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #660408

Tints of Pohutukawa #660408

RGB

 RED value IS 102 (40.23% from 255) = 89.47%

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 8 (3.52% from 255) = 7.02%

R = 89.47%
G = 3.51%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#660408 (or 0x660408) is known color: Pohutukawa. HEX triplet: 66, 04 and 08. RGB value is (102,4,8). Sum of RGB (Red+Green+Blue) = 102+4+8=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #660408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660408 is #99FBF7. Grayscale: #212121. Windows color (decimal): -10091512 or 525414. OLE color: 525414.

HSL color Cylindrical-coordinate representation of color #660408: hue angle of 357.55º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660408 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 8 -
CMYK 0 0.96 0.92 0.6
HSL 357.55º 0.92% 0.21% -
HSV(B) 357.55º 0.96% 0.4% -
XYZ 5.57 2.93 0.5 -
YUV 33.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 102 4 8 0 0.96 0.92 0.6 357.55 0.92 0.21
Hex 66 4 8 0 60 5C 3C 166 5C 15
Octal 146 4 10 0 140 134 74 546 134 25
Binary 1100110 100 1000 0 1100000 1011100 111100 101100110 1011100 10101

Color Harmonies of #660408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660408

Black with #660408

Text Example


Text Example

White with #660408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660408; }

 p { color: rgb(102,4,8); }

 H1.HeaderClassName
 {
   color: #660408;
 }
 .AnyTagClassName
 {
   color: #660408;
 }
</style>

background-color css

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

 a { background-color: rgb(102,4,8); }

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

border-color css

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

 span { border-color: rgb(102,4,8); }

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