#61060F

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

Shades of Pohutukawa #61060F

Tints of Pohutukawa #61060F

Color information

#61060F (or 0x61060F) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 0F. RGB value is (97,6,15). Sum of RGB (Red+Green+Blue) = 97+6+15=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #61060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61060F is #9EF9F0. Grayscale: #222222. Windows color (decimal): -10418673 or 984673. OLE color: 984673.

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

Color convert

RGB97615-
CMYK00.940.850.62
HSL354.07º88.35%20.2%-
HSV(B)354.07º93.81%38.04%-
XYZ5.082.710.71-
YUV34.24117.15172.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=82.20%
G=5.08%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9761500.940.850.62354.0788.3520.2
Hex616F05E553E1625814
Octal14161701361257654213024
Binary11000011101111010111101010101111110101100010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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