#610C16

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

Shades of Pohutukawa #610C16

Tints of Pohutukawa #610C16

Color information

#610C16 (or 0x610C16) is unknown color: approx Pohutukawa. HEX triplet: 61, 0C and 16. RGB value is (97,12,22). Sum of RGB (Red+Green+Blue) = 97+12+22=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C16 is #9EF3E9. Grayscale: #262626. Windows color (decimal): -10417130 or 1444961. OLE color: 1444961.

HSL color Cylindrical-coordinate representation of color #610C16: hue angle of 352.94º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C16 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB971222-
CMYK00.880.770.62
HSL352.94º77.98%21.37%-
HSV(B)352.94º87.63%38.04%-
XYZ5.212.861.04-
YUV38.56118.66169.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=74.05%
G=9.16%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97122200.880.770.62352.9477.9821.37
Hex61C160584D3E1614e15
Octal141142601301157654111625
Binary1100001110010110010110001001101111110101100001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610C16; }

 p { color: rgb(97,12,22); }

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

<style>
 a { background-color: #610C16; }

 a { background-color: rgb(97,12,22); }

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

<style>
 span { border-color: #610C16; }

 span { border-color: rgb(97,12,22); }

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