#610612

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

Shades of Pohutukawa #610612

Tints of Pohutukawa #610612

Color information

#610612 (or 0x610612) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 12. RGB value is (97,6,18). Sum of RGB (Red+Green+Blue) = 97+6+18=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610612 is #9EF9ED. Grayscale: #222222. Windows color (decimal): -10418670 or 1181281. OLE color: 1181281.

HSL color Cylindrical-coordinate representation of color #610612: hue angle of 352.09º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610612 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB97618-
CMYK00.940.810.62
HSL352.09º88.35%20.2%-
HSV(B)352.09º93.81%38.04%-
XYZ5.12.720.83-
YUV34.58118.65172.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=80.17%
G=4.96%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9761800.940.810.62352.0988.3520.2
Hex6161205E513E1605814
Octal14162201361217654013024
Binary110000111010010010111101010001111110101100000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610612; }

 p { color: rgb(97,6,18); }

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

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

 a { background-color: rgb(97,6,18); }

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

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

 span { border-color: rgb(97,6,18); }

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