#60061C

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

Shades of Pohutukawa #60061C

Tints of Pohutukawa #60061C

Color information

#60061C (or 0x60061C) is unknown color: approx Pohutukawa. HEX triplet: 60, 06 and 1C. RGB value is (96,6,28). Sum of RGB (Red+Green+Blue) = 96+6+28=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60061C is #9FF9E3. Grayscale: #232323. Windows color (decimal): -10484196 or 1836640. OLE color: 1836640.

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

Color convert

RGB96628-
CMYK00.940.710.62
HSL345.33º88.24%20%-
HSV(B)345.33º93.75%37.65%-
XYZ5.12.71.35-
YUV35.42123.82171.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=73.85%
G=4.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9662800.940.710.62345.3388.2420
Hex6061C05E473E1595814
Octal14063401361077653113024
Binary110000011011100010111101000111111110101011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,6,28); }

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

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

 a { background-color: rgb(96,6,28); }

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

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

 span { border-color: rgb(96,6,28); }

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