Html Css Color HEX #600E0F Pohutukawa

📋 copy color: '#600E0F'

red 96 ◦ green 14 ◦ blue 15

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

Shades of Pohutukawa #600E0F

Tints of Pohutukawa #600E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12%

R = 76.8%
G = 11.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#600E0F (or 0x600E0F) is known color: Pohutukawa. HEX triplet: 60, 0E and 0F. RGB value is (96,14,15). Sum of RGB (Red+Green+Blue) = 96+14+15=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #600E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600E0F is #9FF1F0. Grayscale: #262626. Windows color (decimal): -10482161 or 986720. OLE color: 986720.

HSL color Cylindrical-coordinate representation of color #600E0F: hue angle of 359.27º 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 #600E0F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 15 -
CMYK 0 0.85 0.84 0.62
HSL 359.27º 0.75% 0.22% -
HSV(B) 359.27º 0.85% 0.38% -
XYZ 5.07 2.84 0.73 -
YUV 38.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 96 14 15 0 0.85 0.84 0.62 359.27 0.75 0.22
Hex 60 E F 0 55 54 3E 167 4B 16
Octal 140 16 17 0 125 124 76 547 113 26
Binary 1100000 1110 1111 0 1010101 1010100 111110 101100111 1001011 10110

Color Harmonies of #600E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E0F

Black with #600E0F

Text Example


Text Example

White with #600E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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