#610106

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

Shades of Pohutukawa #610106

Tints of Pohutukawa #610106

Color information

#610106 (or 0x610106) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 06. RGB value is (97,1,6). Sum of RGB (Red+Green+Blue) = 97+1+6=104 (13% of max value = 765). Red value is 97 (38.28% from 255 or 93.27% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 97 - color contains mainly: red. Hex color #610106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610106 is #9EFEF9. Grayscale: #1E1E1E. Windows color (decimal): -10419962 or 393569. OLE color: 393569.

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

Color convert

RGB9716-
CMYK00.990.940.62
HSL356.88º97.96%19.22%-
HSV(B)356.88º98.97%38.04%-
XYZ4.972.580.41-
YUV30.27114.3175.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 93.27%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=93.27%
G=0.96%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal971600.990.940.62356.8897.9619.22
Hex61160635E3E1656213
Octal1411601431367654514223
Binary11000011110011000111011110111110101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610106; }

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

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

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

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

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

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

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

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