#610618

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

Shades of Pohutukawa #610618

Tints of Pohutukawa #610618

Color information

#610618 (or 0x610618) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 18. RGB value is (97,6,24). Sum of RGB (Red+Green+Blue) = 97+6+24=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610618 is #9EF9E7. Grayscale: #232323. Windows color (decimal): -10418664 or 1574497. OLE color: 1574497.

HSL color Cylindrical-coordinate representation of color #610618: hue angle of 348.13º 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 #610618 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB97624-
CMYK00.940.750.62
HSL348.13º88.35%20.2%-
HSV(B)348.13º93.81%38.04%-
XYZ5.162.741.12-
YUV35.26121.65172.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=76.38%
G=4.72%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762400.940.750.62348.1388.3520.2
Hex6161805E4B3E15c5814
Octal14163001361137653413024
Binary110000111011000010111101001011111110101011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610618; }

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

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

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

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

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

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

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

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