#610F16

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

Shades of Pohutukawa #610F16

Tints of Pohutukawa #610F16

Color information

#610F16 (or 0x610F16) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 16. RGB value is (97,15,22). Sum of RGB (Red+Green+Blue) = 97+15+22=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F16 is #9EF0E9. Grayscale: #282828. Windows color (decimal): -10416362 or 1445729. OLE color: 1445729.

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

Color convert

RGB971522-
CMYK00.850.770.62
HSL354.88º73.21%21.96%-
HSV(B)354.88º84.54%38.04%-
XYZ5.252.941.05-
YUV40.32117.67168.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=72.39%
G=11.19%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97152200.850.770.62354.8873.2121.96
Hex61F160554D3E1634916
Octal141172601251157654311126
Binary1100001111110110010101011001101111110101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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