Html Css Color HEX #660E17 Pohutukawa

📋 copy color: '#660E17'

red 102 ◦ green 14 ◦ blue 23

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

Shades of Pohutukawa #660E17

Tints of Pohutukawa #660E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 73.38%
G = 10.07%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#660E17 (or 0x660E17) is known color: Pohutukawa. HEX triplet: 66, 0E and 17. RGB value is (102,14,23). Sum of RGB (Red+Green+Blue) = 102+14+23=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #660E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E17 is #99F1E8. Grayscale: #292929. Windows color (decimal): -10088937 or 1511014. OLE color: 1511014.

HSL color Cylindrical-coordinate representation of color #660E17: hue angle of 353.86º 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 #660E17 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 14 23 -
CMYK 0 0.86 0.77 0.6
HSL 353.86º 0.76% 0.23% -
HSV(B) 353.86º 0.86% 0.4% -
XYZ 5.79 3.2 1.12 -
YUV 41.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 102 14 23 0 0.86 0.77 0.6 353.86 0.76 0.23
Hex 66 E 17 0 56 4D 3C 162 4C 17
Octal 146 16 27 0 126 115 74 542 114 27
Binary 1100110 1110 10111 0 1010110 1001101 111100 101100010 1001100 10111

Color Harmonies of #660E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E17

Black with #660E17

Text Example


Text Example

White with #660E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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