#65060A

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

Shades of Pohutukawa #65060A

Tints of Pohutukawa #65060A

Color information

#65060A (or 0x65060A) is unknown color: approx Pohutukawa. HEX triplet: 65, 06 and 0A. RGB value is (101,6,10). Sum of RGB (Red+Green+Blue) = 101+6+10=117 (15% of max value = 765). Red value is 101 (39.84% from 255 or 86.32% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 101 - color contains mainly: red. Hex color #65060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65060A is #9AF9F5. Grayscale: #222222. Windows color (decimal): -10156534 or 656997. OLE color: 656997.

HSL color Cylindrical-coordinate representation of color #65060A: hue angle of 357.47º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65060A is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB101610-
CMYK00.940.900.60
HSL357.47º88.79%20.98%-
HSV(B)357.47º94.06%39.61%-
XYZ5.492.920.56-
YUV34.86113.97175.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 86.32%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=86.32%
G=5.13%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10161000.940.900.60357.4788.7920.98
Hex656A05E5A3C1655915
Octal14561201361327454513125
Binary11001011101010010111101011010111100101100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65060A; }

 p { color: rgb(101,6,10); }

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

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

 a { background-color: rgb(101,6,10); }

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

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

 span { border-color: rgb(101,6,10); }

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