#610C11

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

Shades of Pohutukawa #610C11

Tints of Pohutukawa #610C11

Color information

#610C11 (or 0x610C11) is unknown color: approx Pohutukawa. HEX triplet: 61, 0C and 11. RGB value is (97,12,17). Sum of RGB (Red+Green+Blue) = 97+12+17=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C11 is #9EF3EE. Grayscale: #262626. Windows color (decimal): -10417135 or 1117281. OLE color: 1117281.

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

Color convert

RGB971217-
CMYK00.880.820.62
HSL356.47º77.98%21.37%-
HSV(B)356.47º87.63%38.04%-
XYZ5.162.840.81-
YUV37.98116.16170.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=76.98%
G=9.52%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97121700.880.820.62356.4777.9821.37
Hex61C11058523E1644e15
Octal141142101301227654411625
Binary1100001110010001010110001010010111110101100100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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