Html Css Color HEX #600E20 Pohutukawa

📋 copy color: '#600E20'

red 96 ◦ green 14 ◦ blue 32

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

Shades of Pohutukawa #600E20

Tints of Pohutukawa #600E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.86%

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 67.61%
G = 9.86%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#600E20 (or 0x600E20) is known color: Pohutukawa. HEX triplet: 60, 0E and 20. RGB value is (96,14,32). Sum of RGB (Red+Green+Blue) = 96+14+32=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #600E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E20 is #9FF1DF. Grayscale: #282828. Windows color (decimal): -10482144 or 2100832. OLE color: 2100832.

HSL color Cylindrical-coordinate representation of color #600E20: hue angle of 346.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E20 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 32 -
CMYK 0 0.85 0.67 0.62
HSL 346.83º 0.75% 0.22% -
HSV(B) 346.83º 0.85% 0.38% -
XYZ 5.24 2.91 1.65 -
YUV 40.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 96 14 32 0 0.85 0.67 0.62 346.83 0.75 0.22
Hex 60 E 20 0 55 43 3E 15B 4B 16
Octal 140 16 40 0 125 103 76 533 113 26
Binary 1100000 1110 100000 0 1010101 1000011 111110 101011011 1001011 10110

Color Harmonies of #600E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E20

Black with #600E20

Text Example


Text Example

White with #600E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,14,32); }

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

background-color css

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

 a { background-color: rgb(96,14,32); }

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

border-color css

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

 span { border-color: rgb(96,14,32); }

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