#60090E

Color #60090E Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #60090E

Tints of Pohutukawa #60090E

Color information

#60090E (or 0x60090E) is unknown color: approx Pohutukawa. HEX triplet: 60, 09 and 0E. RGB value is (96,9,14). Sum of RGB (Red+Green+Blue) = 96+9+14=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #60090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60090E is #9FF6F1. Grayscale: #232323. Windows color (decimal): -10483442 or 919904. OLE color: 919904.

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

Color convert

RGB96914-
CMYK00.910.850.62
HSL356.55º82.86%20.59%-
HSV(B)356.55º90.62%37.65%-
XYZ52.710.68-
YUV35.58115.82171.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80.67%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=80.67%
G=7.56%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9691400.910.850.62356.5582.8620.59
Hex609E05B553E1655315
Octal140111601331257654512325
Binary110000010011110010110111010101111110101100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60090E;
 }
 .AnyTagClassName
 {
   color: #60090E;
 }
</style>
background-color css

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

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

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

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

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

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