Html Css Color HEX #660E12 Pohutukawa

📋 copy color: '#660E12'

red 102 ◦ green 14 ◦ blue 18

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

Shades of Pohutukawa #660E12

Tints of Pohutukawa #660E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.45%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 76.12%
G = 10.45%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#660E12 (or 0x660E12) is known color: Pohutukawa. HEX triplet: 66, 0E and 12. RGB value is (102,14,18). Sum of RGB (Red+Green+Blue) = 102+14+18=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #660E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E12 is #99F1ED. Grayscale: #282828. Windows color (decimal): -10088942 or 1183334. OLE color: 1183334.

HSL color Cylindrical-coordinate representation of color #660E12: hue angle of 357.27º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E12 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 14 18 -
CMYK 0 0.86 0.82 0.6
HSL 357.27º 0.76% 0.23% -
HSV(B) 357.27º 0.86% 0.4% -
XYZ 5.75 3.18 0.88 -
YUV 40.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 102 14 18 0 0.86 0.82 0.6 357.27 0.76 0.23
Hex 66 E 12 0 56 52 3C 165 4C 17
Octal 146 16 22 0 126 122 74 545 114 27
Binary 1100110 1110 10010 0 1010110 1010010 111100 101100101 1001100 10111

Color Harmonies of #660E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E12

Black with #660E12

Text Example


Text Example

White with #660E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660E12; }

 p { color: rgb(102,14,18); }

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

background-color css

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

 a { background-color: rgb(102,14,18); }

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

border-color css

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

 span { border-color: rgb(102,14,18); }

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