#610F11

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

Shades of Pohutukawa #610F11

Tints of Pohutukawa #610F11

Color information

#610F11 (or 0x610F11) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 11. RGB value is (97,15,17). Sum of RGB (Red+Green+Blue) = 97+15+17=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #610F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F11 is #9EF0EE. Grayscale: #272727. Windows color (decimal): -10416367 or 1118049. OLE color: 1118049.

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

Color convert

RGB971517-
CMYK00.850.820.62
HSL358.54º73.21%21.96%-
HSV(B)358.54º84.54%38.04%-
XYZ5.22.920.82-
YUV39.75115.17168.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=75.19%
G=11.63%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97151700.850.820.62358.5473.2121.96
Hex61F11055523E1674916
Octal141172101251227654711126
Binary1100001111110001010101011010010111110101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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