#610006

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

Shades of Pohutukawa #610006

Tints of Pohutukawa #610006

Color information

#610006 (or 0x610006) is unknown color: approx Pohutukawa. HEX triplet: 61, 00 and 06. RGB value is (97,0,6). Sum of RGB (Red+Green+Blue) = 97+0+6=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610006 is #9EFFF9. Grayscale: #1D1D1D. Windows color (decimal): -10420218 or 393313. OLE color: 393313.

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

Color convert

RGB9706-
CMYK010.940.62
HSL356.29º100%19.02%-
HSV(B)356.29º100%38.04%-
XYZ4.962.550.4-
YUV29.69114.64176.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 94.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=94.17%
G=0%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9706010.940.62356.2910019.02
Hex61060645E3E1646413
Octal1410601441367654414423
Binary11000010110011001001011110111110101100100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610006; }

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

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

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

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

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

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

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

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