Html Css Color HEX #600E16 Pohutukawa

📋 copy color: '#600E16'

red 96 ◦ green 14 ◦ blue 22

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

Shades of Pohutukawa #600E16

Tints of Pohutukawa #600E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 72.73%
G = 10.61%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600E16 (or 0x600E16) is known color: Pohutukawa. HEX triplet: 60, 0E and 16. RGB value is (96,14,22). Sum of RGB (Red+Green+Blue) = 96+14+22=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #600E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E16 is #9FF1E9. Grayscale: #272727. Windows color (decimal): -10482154 or 1445472. OLE color: 1445472.

HSL color Cylindrical-coordinate representation of color #600E16: hue angle of 354.15º 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 #600E16 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 22 -
CMYK 0 0.85 0.77 0.62
HSL 354.15º 0.75% 0.22% -
HSV(B) 354.15º 0.85% 0.38% -
XYZ 5.13 2.86 1.04 -
YUV 39.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 96 14 22 0 0.85 0.77 0.62 354.15 0.75 0.22
Hex 60 E 16 0 55 4D 3E 162 4B 16
Octal 140 16 26 0 125 115 76 542 113 26
Binary 1100000 1110 10110 0 1010101 1001101 111110 101100010 1001011 10110

Color Harmonies of #600E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E16

Black with #600E16

Text Example


Text Example

White with #600E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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