#610716

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

Shades of Pohutukawa #610716

Tints of Pohutukawa #610716

Color information

#610716 (or 0x610716) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 16. RGB value is (97,7,22). Sum of RGB (Red+Green+Blue) = 97+7+22=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #610716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610716 is #9EF8E9. Grayscale: #232323. Windows color (decimal): -10418410 or 1443681. OLE color: 1443681.

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

Color convert

RGB97722-
CMYK00.930.770.62
HSL350º86.54%20.39%-
HSV(B)350º92.78%38.04%-
XYZ5.152.751.02-
YUV35.62120.32171.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=76.98%
G=5.56%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772200.930.770.6235086.5420.39
Hex6171605D4D3E15e5714
Octal14172601351157653612724
Binary110000111110110010111011001101111110101011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610716; }

 p { color: rgb(97,7,22); }

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

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

 a { background-color: rgb(97,7,22); }

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

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

 span { border-color: rgb(97,7,22); }

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