Html Css Color HEX #600810 Pohutukawa

📋 copy color: '#600810'

red 96 ◦ green 8 ◦ blue 16

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

Shades of Pohutukawa #600810

Tints of Pohutukawa #600810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.33%

R = 80%
G = 6.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600810 (or 0x600810) is known color: Pohutukawa. HEX triplet: 60, 08 and 10. RGB value is (96,8,16). Sum of RGB (Red+Green+Blue) = 96+8+16=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600810 is #9FF7EF. Grayscale: #232323. Windows color (decimal): -10483696 or 1050720. OLE color: 1050720.

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

Color convert

RGB 96 8 16 -
CMYK 0 0.92 0.83 0.62
HSL 354.55º 0.85% 0.2% -
HSV(B) 354.55º 0.92% 0.38% -
XYZ 5 2.7 0.75 -
YUV 35.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 96 8 16 0 0.92 0.83 0.62 354.55 0.85 0.2
Hex 60 8 10 0 5C 53 3E 163 55 14
Octal 140 10 20 0 134 123 76 543 125 24
Binary 1100000 1000 10000 0 1011100 1010011 111110 101100011 1010101 10100

Color Harmonies of #600810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600810

Black with #600810

Text Example


Text Example

White with #600810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600810; }

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

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

background-color css

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

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

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

border-color css

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

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

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