Html Css Color HEX #600E17 Pohutukawa

📋 copy color: '#600E17'

red 96 ◦ green 14 ◦ blue 23

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

Shades of Pohutukawa #600E17

Tints of Pohutukawa #600E17

RGB

 RED value IS 96 (37.89% from 255) = 72.18%

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

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

R = 72.18%
G = 10.53%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#600E17 (or 0x600E17) is known color: Pohutukawa. HEX triplet: 60, 0E and 17. RGB value is (96,14,23). Sum of RGB (Red+Green+Blue) = 96+14+23=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #600E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E17 is #9FF1E8. Grayscale: #272727. Windows color (decimal): -10482153 or 1511008. OLE color: 1511008.

HSL color Cylindrical-coordinate representation of color #600E17: hue angle of 353.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E17 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 23 -
CMYK 0 0.85 0.76 0.62
HSL 353.41º 0.75% 0.22% -
HSV(B) 353.41º 0.85% 0.38% -
XYZ 5.14 2.86 1.09 -
YUV 39.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 96 14 23 0 0.85 0.76 0.62 353.41 0.75 0.22
Hex 60 E 17 0 55 4C 3E 161 4B 16
Octal 140 16 27 0 125 114 76 541 113 26
Binary 1100000 1110 10111 0 1010101 1001100 111110 101100001 1001011 10110

Color Harmonies of #600E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E17

Black with #600E17

Text Example


Text Example

White with #600E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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