Html Css Color HEX #60090B Pohutukawa

📋 copy color: '#60090B'

red 96 ◦ green 9 ◦ blue 11

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

Shades of Pohutukawa #60090B

Tints of Pohutukawa #60090B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 11 (4.69% from 255) = 9.48%

R = 82.76%
G = 7.76%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60090B (or 0x60090B) is known color: Pohutukawa. HEX triplet: 60, 09 and 0B. RGB value is (96,9,11). Sum of RGB (Red+Green+Blue) = 96+9+11=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #60090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60090B is #9FF6F4. Grayscale: #232323. Windows color (decimal): -10483445 or 723296. OLE color: 723296.

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

Color convert

RGB 96 9 11 -
CMYK 0 0.91 0.89 0.62
HSL 358.62º 0.83% 0.21% -
HSV(B) 358.62º 0.91% 0.38% -
XYZ 4.98 2.71 0.58 -
YUV 35.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 96 9 11 0 0.91 0.89 0.62 358.62 0.83 0.21
Hex 60 9 B 0 5B 59 3E 167 53 15
Octal 140 11 13 0 133 131 76 547 123 25
Binary 1100000 1001 1011 0 1011011 1011001 111110 101100111 1010011 10101

Color Harmonies of #60090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60090B

Black with #60090B

Text Example


Text Example

White with #60090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60090B; }

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

 H1.HeaderClassName
 {
   color: #60090B;
 }
 .AnyTagClassName
 {
   color: #60090B;
 }
</style>

background-color css

<style>
 a { background-color: #60090B; }

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

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

border-color css

<style>
 span { border-color: #60090B; }

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

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