#60061D

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

Shades of Pohutukawa #60061D

Tints of Pohutukawa #60061D

Color information

#60061D (or 0x60061D) is unknown color: approx Pohutukawa. HEX triplet: 60, 06 and 1D. RGB value is (96,6,29). Sum of RGB (Red+Green+Blue) = 96+6+29=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #60061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60061D is #9FF9E2. Grayscale: #232323. Windows color (decimal): -10484195 or 1902176. OLE color: 1902176.

HSL color Cylindrical-coordinate representation of color #60061D: hue angle of 344.67º 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 #60061D is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB96629-
CMYK00.940.700.62
HSL344.67º88.24%20%-
HSV(B)344.67º93.75%37.65%-
XYZ5.112.711.42-
YUV35.53124.32171.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=73.28%
G=4.58%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9662900.940.700.62344.6788.2420
Hex6061D05E463E1595814
Octal14063501361067653113024
Binary110000011011101010111101000110111110101011001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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