#610506

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

Shades of Pohutukawa #610506

Tints of Pohutukawa #610506

Color information

#610506 (or 0x610506) is unknown color: approx Pohutukawa. HEX triplet: 61, 05 and 06. RGB value is (97,5,6). Sum of RGB (Red+Green+Blue) = 97+5+6=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #610506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610506 is #9EFAF9. Grayscale: #202020. Windows color (decimal): -10418938 or 394593. OLE color: 394593.

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

Color convert

RGB9756-
CMYK00.950.940.62
HSL359.35º90.2%20%-
HSV(B)359.35º94.85%38.04%-
XYZ5.022.660.42-
YUV32.62112.98173.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 89.81%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 6 (2.73% from 255) = 5.56%
R=89.81%
G=4.63%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal975600.950.940.62359.3590.220
Hex615605F5E3E1675a14
Octal1415601371367654713224
Binary1100001101110010111111011110111110101100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610506; }

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

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

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

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

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

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

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

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