Html Css Color HEX #600816 Pohutukawa

📋 copy color: '#600816'

red 96 ◦ green 8 ◦ blue 22

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

Shades of Pohutukawa #600816

Tints of Pohutukawa #600816

RGB

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

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

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

R = 76.19%
G = 6.35%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600816 (or 0x600816) is known color: Pohutukawa. HEX triplet: 60, 08 and 16. RGB value is (96,8,22). Sum of RGB (Red+Green+Blue) = 96+8+22=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #600816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600816 is #9FF7E9. Grayscale: #232323. Windows color (decimal): -10483690 or 1443936. OLE color: 1443936.

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

Color convert

RGB 96 8 22 -
CMYK 0 0.92 0.77 0.62
HSL 350.45º 0.85% 0.2% -
HSV(B) 350.45º 0.92% 0.38% -
XYZ 5.06 2.72 1.02 -
YUV 35.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 96 8 22 0 0.92 0.77 0.62 350.45 0.85 0.2
Hex 60 8 16 0 5C 4D 3E 15E 55 14
Octal 140 10 26 0 134 115 76 536 125 24
Binary 1100000 1000 10110 0 1011100 1001101 111110 101011110 1010101 10100

Color Harmonies of #600816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600816

Black with #600816

Text Example


Text Example

White with #600816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600816; }

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

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

background-color css

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

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

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

border-color css

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

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

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