Html Css Color HEX #660C17 Pohutukawa

📋 copy color: '#660C17'

red 102 ◦ green 12 ◦ blue 23

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

Shades of Pohutukawa #660C17

Tints of Pohutukawa #660C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 74.45%
G = 8.76%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#660C17 (or 0x660C17) is known color: Pohutukawa. HEX triplet: 66, 0C and 17. RGB value is (102,12,23). Sum of RGB (Red+Green+Blue) = 102+12+23=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #660C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C17 is #99F3E8. Grayscale: #282828. Windows color (decimal): -10089449 or 1510502. OLE color: 1510502.

HSL color Cylindrical-coordinate representation of color #660C17: hue angle of 352.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C17 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 12 23 -
CMYK 0 0.88 0.77 0.6
HSL 352.67º 0.79% 0.22% -
HSV(B) 352.67º 0.88% 0.4% -
XYZ 5.77 3.15 1.11 -
YUV 40.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 102 12 23 0 0.88 0.77 0.6 352.67 0.79 0.22
Hex 66 C 17 0 58 4D 3C 161 4F 16
Octal 146 14 27 0 130 115 74 541 117 26
Binary 1100110 1100 10111 0 1011000 1001101 111100 101100001 1001111 10110

Color Harmonies of #660C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C17

Black with #660C17

Text Example


Text Example

White with #660C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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