Html Css Color HEX #600A16 Pohutukawa

📋 copy color: '#600A16'

red 96 ◦ green 10 ◦ blue 22

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

Shades of Pohutukawa #600A16

Tints of Pohutukawa #600A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.81%

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

R = 75%
G = 7.81%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600A16 (or 0x600A16) is known color: Pohutukawa. HEX triplet: 60, 0A and 16. RGB value is (96,10,22). Sum of RGB (Red+Green+Blue) = 96+10+22=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #600A16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A16 is #9FF5E9. Grayscale: #252525. Windows color (decimal): -10483178 or 1444448. OLE color: 1444448.

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

Color convert

RGB 96 10 22 -
CMYK 0 0.90 0.77 0.62
HSL 351.63º 0.81% 0.21% -
HSV(B) 351.63º 0.9% 0.38% -
XYZ 5.08 2.76 1.02 -
YUV 37.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 96 10 22 0 0.90 0.77 0.62 351.63 0.81 0.21
Hex 60 A 16 0 5A 4D 3E 160 51 15
Octal 140 12 26 0 132 115 76 540 121 25
Binary 1100000 1010 10110 0 1011010 1001101 111110 101100000 1010001 10101

Color Harmonies of #600A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A16

Black with #600A16

Text Example


Text Example

White with #600A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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