Html Css Color HEX #600B0E Pohutukawa

📋 copy color: '#600B0E'

red 96 ◦ green 11 ◦ blue 14

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

Shades of Pohutukawa #600B0E

Tints of Pohutukawa #600B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.09%

 BLUE value IS 14 (5.86% from 255) = 11.57%

R = 79.34%
G = 9.09%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#600B0E (or 0x600B0E) is known color: Pohutukawa. HEX triplet: 60, 0B and 0E. RGB value is (96,11,14). Sum of RGB (Red+Green+Blue) = 96+11+14=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600B0E is #9FF4F1. Grayscale: #242424. Windows color (decimal): -10482930 or 920416. OLE color: 920416.

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

Color convert

RGB 96 11 14 -
CMYK 0 0.89 0.85 0.62
HSL 357.88º 0.79% 0.21% -
HSV(B) 357.88º 0.89% 0.38% -
XYZ 5.02 2.76 0.68 -
YUV 36.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 96 11 14 0 0.89 0.85 0.62 357.88 0.79 0.21
Hex 60 B E 0 59 55 3E 166 4F 15
Octal 140 13 16 0 131 125 76 546 117 25
Binary 1100000 1011 1110 0 1011001 1010101 111110 101100110 1001111 10101

Color Harmonies of #600B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B0E

Black with #600B0E

Text Example


Text Example

White with #600B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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