Html Css Color HEX #66040C Pohutukawa

📋 copy color: '#66040C'

red 102 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #66040C

Tints of Pohutukawa #66040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.17%

R = 86.44%
G = 3.39%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66040C (or 0x66040C) is known color: Pohutukawa. HEX triplet: 66, 04 and 0C. RGB value is (102,4,12). Sum of RGB (Red+Green+Blue) = 102+4+12=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #66040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040C is #99FBF3. Grayscale: #222222. Windows color (decimal): -10091508 or 787558. OLE color: 787558.

HSL color Cylindrical-coordinate representation of color #66040C: hue angle of 355.1º 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 #66040C is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 12 -
CMYK 0 0.96 0.88 0.6
HSL 355.1º 0.92% 0.21% -
HSV(B) 355.1º 0.96% 0.4% -
XYZ 5.59 2.94 0.62 -
YUV 34.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 102 4 12 0 0.96 0.88 0.6 355.1 0.92 0.21
Hex 66 4 C 0 60 58 3C 163 5C 15
Octal 146 4 14 0 140 130 74 543 134 25
Binary 1100110 100 1100 0 1100000 1011000 111100 101100011 1011100 10101

Color Harmonies of #66040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66040C

Black with #66040C

Text Example


Text Example

White with #66040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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