#63560A

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

Shades of Bronze Olive #63560A

Tints of Bronze Olive #63560A

Color information

#63560A (or 0x63560A) is unknown color: approx Bronze Olive. HEX triplet: 63, 56 and 0A. RGB value is (99,86,10). Sum of RGB (Red+Green+Blue) = 99+86+10=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63560A is #9CA9F5. Grayscale: #515151. Windows color (decimal): -10267126 or 677475. OLE color: 677475.

HSL color Cylindrical-coordinate representation of color #63560A: hue angle of 51.24º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63560A is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB998610-
CMYK00.130.900.61
HSL51.24º81.65%21.37%-
HSV(B)51.24º89.9%38.82%-
XYZ8.539.331.64-
YUV81.2287.81140.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=50.77%
G=44.10%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99861000.130.900.6151.2481.6521.37
Hex6356A0D5A3D335215
Octal14312612015132756312225
Binary110001110101101010011011011010111101110011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,86,10); }

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

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

 a { background-color: rgb(99,86,10); }

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

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

 span { border-color: rgb(99,86,10); }

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