#610614

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

Shades of Pohutukawa #610614

Tints of Pohutukawa #610614

Color information

#610614 (or 0x610614) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 14. RGB value is (97,6,20). Sum of RGB (Red+Green+Blue) = 97+6+20=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610614 is #9EF9EB. Grayscale: #222222. Windows color (decimal): -10418668 or 1312353. OLE color: 1312353.

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

Color convert

RGB97620-
CMYK00.940.790.62
HSL350.77º88.35%20.2%-
HSV(B)350.77º93.81%38.04%-
XYZ5.122.720.92-
YUV34.8119.65172.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=78.86%
G=4.88%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762000.940.790.62350.7788.3520.2
Hex6161405E4F3E15f5814
Octal14162401361177653713024
Binary110000111010100010111101001111111110101011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610614; }

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

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

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

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

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

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

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

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