#63060F

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

Shades of Pohutukawa #63060F

Tints of Pohutukawa #63060F

Color information

#63060F (or 0x63060F) is unknown color: approx Pohutukawa. HEX triplet: 63, 06 and 0F. RGB value is (99,6,15). Sum of RGB (Red+Green+Blue) = 99+6+15=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #63060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63060F is #9CF9F0. Grayscale: #222222. Windows color (decimal): -10287601 or 984675. OLE color: 984675.

HSL color Cylindrical-coordinate representation of color #63060F: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63060F is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB99615-
CMYK00.940.850.61
HSL354.19º88.57%20.59%-
HSV(B)354.19º93.94%38.82%-
XYZ5.32.820.72-
YUV34.83116.81173.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 82.5%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=82.5%
G=5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9961500.940.850.61354.1988.5720.59
Hex636F05E553D1625915
Octal14361701361257554213125
Binary11000111101111010111101010101111101101100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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