Html Css Color HEX #600809 Pohutukawa

📋 copy color: '#600809'

red 96 ◦ green 8 ◦ blue 9

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

Shades of Pohutukawa #600809

Tints of Pohutukawa #600809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 84.96%
G = 7.08%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#600809 (or 0x600809) is known color: Pohutukawa. HEX triplet: 60, 08 and 09. RGB value is (96,8,9). Sum of RGB (Red+Green+Blue) = 96+8+9=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #600809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600809 is #9FF7F6. Grayscale: #222222. Windows color (decimal): -10483703 or 591968. OLE color: 591968.

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

Color convert

RGB 96 8 9 -
CMYK 0 0.92 0.91 0.62
HSL 359.32º 0.85% 0.2% -
HSV(B) 359.32º 0.92% 0.38% -
XYZ 4.96 2.68 0.51 -
YUV 34.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 96 8 9 0 0.92 0.91 0.62 359.32 0.85 0.2
Hex 60 8 9 0 5C 5B 3E 167 55 14
Octal 140 10 11 0 134 133 76 547 125 24
Binary 1100000 1000 1001 0 1011100 1011011 111110 101100111 1010101 10100

Color Harmonies of #600809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600809

Black with #600809

Text Example


Text Example

White with #600809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600809; }

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

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

background-color css

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

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

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

border-color css

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

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

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