#60000C

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

Shades of Pohutukawa #60000C

Tints of Pohutukawa #60000C

Color information

#60000C (or 0x60000C) is unknown color: approx Pohutukawa. HEX triplet: 60, 00 and 0C. RGB value is (96,0,12). Sum of RGB (Red+Green+Blue) = 96+0+12=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #60000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000C is #9FFFF3. Grayscale: #1E1E1E. Windows color (decimal): -10485748 or 786528. OLE color: 786528.

HSL color Cylindrical-coordinate representation of color #60000C: hue angle of 352.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB96012-
CMYK010.880.62
HSL352.5º100%18.82%-
HSV(B)352.5º100%37.65%-
XYZ4.892.510.58-
YUV30.07117.8175.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 88.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 11.11%
R=88.89%
G=0%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96012010.880.62352.510018.82
Hex600C064583E1606413
Octal14001401441307654014423
Binary110000001100011001001011000111110101100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60000C; }

 p { color: rgb(96,0,12); }

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

<style>
 a { background-color: #60000C; }

 a { background-color: rgb(96,0,12); }

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

<style>
 span { border-color: #60000C; }

 span { border-color: rgb(96,0,12); }

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