#63540D

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

Shades of Bronze Olive #63540D

Tints of Bronze Olive #63540D

Color information

#63540D (or 0x63540D) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 0D. RGB value is (99,84,13). Sum of RGB (Red+Green+Blue) = 99+84+13=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63540D is #9CABF2. Grayscale: #505050. Windows color (decimal): -10267635 or 873571. OLE color: 873571.

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

Color convert

RGB998413-
CMYK00.150.870.61
HSL49.53º76.79%21.96%-
HSV(B)49.53º86.87%38.82%-
XYZ8.399.021.68-
YUV80.3989.97141.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=50.51%
G=42.86%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99841300.150.870.6149.5376.7921.96
Hex6354D0F573D324d16
Octal14312415017127756211526
Binary110001110101001101011111010111111101110010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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