Html Css Color HEX #661117 Pohutukawa

📋 copy color: '#661117'

red 102 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #661117

Tints of Pohutukawa #661117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 71.83%
G = 11.97%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#661117 (or 0x661117) is known color: Pohutukawa. HEX triplet: 66, 11 and 17. RGB value is (102,17,23). Sum of RGB (Red+Green+Blue) = 102+17+23=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661117 is #99EEE8. Grayscale: #2B2B2B. Windows color (decimal): -10088169 or 1511782. OLE color: 1511782.

HSL color Cylindrical-coordinate representation of color #661117: hue angle of 355.76º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661117 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 23 -
CMYK 0 0.83 0.77 0.6
HSL 355.76º 0.71% 0.23% -
HSV(B) 355.76º 0.83% 0.4% -
XYZ 5.83 3.29 1.14 -
YUV 43.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 102 17 23 0 0.83 0.77 0.6 355.76 0.71 0.23
Hex 66 11 17 0 53 4D 3C 164 47 17
Octal 146 21 27 0 123 115 74 544 107 27
Binary 1100110 10001 10111 0 1010011 1001101 111100 101100100 1000111 10111

Color Harmonies of #661117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661117

Black with #661117

Text Example


Text Example

White with #661117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661117; }

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

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

background-color css

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

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

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

border-color css

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

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

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