#65060F

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

Shades of Pohutukawa #65060F

Tints of Pohutukawa #65060F

Color information

#65060F (or 0x65060F) is unknown color: approx Pohutukawa. HEX triplet: 65, 06 and 0F. RGB value is (101,6,15). Sum of RGB (Red+Green+Blue) = 101+6+15=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #65060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65060F is #9AF9F0. Grayscale: #232323. Windows color (decimal): -10156529 or 984677. OLE color: 984677.

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

Color convert

RGB101615-
CMYK00.940.850.60
HSL354.32º88.79%20.98%-
HSV(B)354.32º94.06%39.61%-
XYZ5.522.930.73-
YUV35.43116.47174.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.79%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=82.79%
G=4.92%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10161500.940.850.60354.3288.7920.98
Hex656F05E553C1625915
Octal14561701361257454213125
Binary11001011101111010111101010101111100101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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