Html Css Color HEX #600C16 Pohutukawa

📋 copy color: '#600C16'

red 96 ◦ green 12 ◦ blue 22

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

Shades of Pohutukawa #600C16

Tints of Pohutukawa #600C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.23%

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

R = 73.85%
G = 9.23%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600C16 (or 0x600C16) is known color: Pohutukawa. HEX triplet: 60, 0C and 16. RGB value is (96,12,22). Sum of RGB (Red+Green+Blue) = 96+12+22=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #600C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C16 is #9FF3E9. Grayscale: #262626. Windows color (decimal): -10482666 or 1444960. OLE color: 1444960.

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

Color convert

RGB 96 12 22 -
CMYK 0 0.88 0.77 0.62
HSL 352.86º 0.78% 0.21% -
HSV(B) 352.86º 0.88% 0.38% -
XYZ 5.1 2.81 1.03 -
YUV 38.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 96 12 22 0 0.88 0.77 0.62 352.86 0.78 0.21
Hex 60 C 16 0 58 4D 3E 161 4E 15
Octal 140 14 26 0 130 115 76 541 116 25
Binary 1100000 1100 10110 0 1011000 1001101 111110 101100001 1001110 10101

Color Harmonies of #600C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C16

Black with #600C16

Text Example


Text Example

White with #600C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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