#610206

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

Shades of Pohutukawa #610206

Tints of Pohutukawa #610206

Color information

#610206 (or 0x610206) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 06. RGB value is (97,2,6). Sum of RGB (Red+Green+Blue) = 97+2+6=105 (13% of max value = 765). Red value is 97 (38.28% from 255 or 92.38% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 97 - color contains mainly: red. Hex color #610206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610206 is #9EFDF9. Grayscale: #1E1E1E. Windows color (decimal): -10419706 or 393825. OLE color: 393825.

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

Color convert

RGB9726-
CMYK00.980.940.62
HSL357.47º95.96%19.41%-
HSV(B)357.47º97.94%38.04%-
XYZ4.982.60.41-
YUV30.86113.97175.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 92.38%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=92.38%
G=1.90%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal972600.980.940.62357.4795.9619.41
Hex61260625E3E1656013
Octal1412601421367654514023
Binary110000110110011000101011110111110101100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610206; }

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

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

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

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

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

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

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

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