#63540C

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

Shades of Bronze Olive #63540C

Tints of Bronze Olive #63540C

Color information

#63540C (or 0x63540C) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 0C. RGB value is (99,84,12). Sum of RGB (Red+Green+Blue) = 99+84+12=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63540C is #9CABF3. Grayscale: #505050. Windows color (decimal): -10267636 or 808035. OLE color: 808035.

HSL color Cylindrical-coordinate representation of color #63540C: hue angle of 49.66º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63540C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB998412-
CMYK00.150.880.61
HSL49.66º78.38%21.76%-
HSV(B)49.66º87.88%38.82%-
XYZ8.389.021.65-
YUV80.2889.47141.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=50.77%
G=43.08%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99841200.150.880.6149.6678.3821.76
Hex6354C0F583D324e16
Octal14312414017130756211626
Binary110001110101001100011111011000111101110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63540C; }

 p { color: rgb(99,84,12); }

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

<style>
 a { background-color: #63540C; }

 a { background-color: rgb(99,84,12); }

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

<style>
 span { border-color: #63540C; }

 span { border-color: rgb(99,84,12); }

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