Html Css Color HEX #600916 Pohutukawa

📋 copy color: '#600916'

red 96 ◦ green 9 ◦ blue 22

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

Shades of Pohutukawa #600916

Tints of Pohutukawa #600916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

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

R = 75.59%
G = 7.09%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600916 (or 0x600916) is known color: Pohutukawa. HEX triplet: 60, 09 and 16. RGB value is (96,9,22). Sum of RGB (Red+Green+Blue) = 96+9+22=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #600916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600916 is #9FF6E9. Grayscale: #242424. Windows color (decimal): -10483434 or 1444192. OLE color: 1444192.

HSL color Cylindrical-coordinate representation of color #600916: hue angle of 351.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600916 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 22 -
CMYK 0 0.91 0.77 0.62
HSL 351.03º 0.83% 0.21% -
HSV(B) 351.03º 0.91% 0.38% -
XYZ 5.07 2.74 1.02 -
YUV 36.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 96 9 22 0 0.91 0.77 0.62 351.03 0.83 0.21
Hex 60 9 16 0 5B 4D 3E 15F 53 15
Octal 140 11 26 0 133 115 76 537 123 25
Binary 1100000 1001 10110 0 1011011 1001101 111110 101011111 1010011 10101

Color Harmonies of #600916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600916

Black with #600916

Text Example


Text Example

White with #600916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600916; }

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

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

background-color css

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

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

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

border-color css

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

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

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