#611618

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

Shades of Pohutukawa #611618

Tints of Pohutukawa #611618

Color information

#611618 (or 0x611618) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 18. RGB value is (97,22,24). Sum of RGB (Red+Green+Blue) = 97+22+24=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611618 is #9EE9E7. Grayscale: #2C2C2C. Windows color (decimal): -10414568 or 1578593. OLE color: 1578593.

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

Color convert

RGB972224-
CMYK00.770.750.62
HSL358.4º63.03%23.33%-
HSV(B)358.4º77.32%38.04%-
XYZ5.383.181.19-
YUV44.65116.35165.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=67.83%
G=15.38%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97222400.770.750.62358.463.0323.33
Hex61161804D4B3E1663f17
Octal14126300115113765467727
Binary1100001101101100001001101100101111111010110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611618; }

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

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

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

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

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

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

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

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