Html Css Color HEX #60090F Pohutukawa

📋 copy color: '#60090F'

red 96 ◦ green 9 ◦ blue 15

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

Shades of Pohutukawa #60090F

Tints of Pohutukawa #60090F

RGB

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

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

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

R = 80%
G = 7.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60090F (or 0x60090F) is known color: Pohutukawa. HEX triplet: 60, 09 and 0F. RGB value is (96,9,15). Sum of RGB (Red+Green+Blue) = 96+9+15=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #60090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60090F is #9FF6F0. Grayscale: #232323. Windows color (decimal): -10483441 or 985440. OLE color: 985440.

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

Color convert

RGB 96 9 15 -
CMYK 0 0.91 0.84 0.62
HSL 355.86º 0.83% 0.21% -
HSV(B) 355.86º 0.91% 0.38% -
XYZ 5.01 2.72 0.71 -
YUV 35.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 96 9 15 0 0.91 0.84 0.62 355.86 0.83 0.21
Hex 60 9 F 0 5B 54 3E 164 53 15
Octal 140 11 17 0 133 124 76 544 123 25
Binary 1100000 1001 1111 0 1011011 1010100 111110 101100100 1010011 10101

Color Harmonies of #60090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60090F

Black with #60090F

Text Example


Text Example

White with #60090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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