#610F20

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

Shades of Pohutukawa #610F20

Tints of Pohutukawa #610F20

Color information

#610F20 (or 0x610F20) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 20. RGB value is (97,15,32). Sum of RGB (Red+Green+Blue) = 97+15+32=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #610F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F20 is #9EF0DF. Grayscale: #292929. Windows color (decimal): -10416352 or 2101089. OLE color: 2101089.

HSL color Cylindrical-coordinate representation of color #610F20: hue angle of 347.56º 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 #610F20 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB971532-
CMYK00.850.670.62
HSL347.56º73.21%21.96%-
HSV(B)347.56º84.54%38.04%-
XYZ5.362.991.66-
YUV41.46122.67167.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=67.36%
G=10.42%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97153200.850.670.62347.5673.2121.96
Hex61F20055433E15c4916
Octal141174001251037653411126
Binary11000011111100000010101011000011111110101011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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