#61060E

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

Shades of Pohutukawa #61060E

Tints of Pohutukawa #61060E

Color information

#61060E (or 0x61060E) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 0E. RGB value is (97,6,14). Sum of RGB (Red+Green+Blue) = 97+6+14=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #61060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61060E is #9EF9F1. Grayscale: #222222. Windows color (decimal): -10418674 or 919137. OLE color: 919137.

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

Color convert

RGB97614-
CMYK00.940.860.62
HSL354.73º88.35%20.2%-
HSV(B)354.73º93.81%38.04%-
XYZ5.072.70.67-
YUV34.12116.65172.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.91%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=82.91%
G=5.13%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9761400.940.860.62354.7388.3520.2
Hex616E05E563E1635814
Octal14161601361267654313024
Binary11000011101110010111101010110111110101100011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61060E; }

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

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

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

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

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

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

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

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