#63550B

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

Shades of Bronze Olive #63550B

Tints of Bronze Olive #63550B

Color information

#63550B (or 0x63550B) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 0B. RGB value is (99,85,11). Sum of RGB (Red+Green+Blue) = 99+85+11=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63550B is #9CAAF4. Grayscale: #515151. Windows color (decimal): -10267381 or 742755. OLE color: 742755.

HSL color Cylindrical-coordinate representation of color #63550B: hue angle of 50.45º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63550B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB998511-
CMYK00.140.890.61
HSL50.45º80%21.57%-
HSV(B)50.45º88.89%38.82%-
XYZ8.459.171.64-
YUV80.7588.64141.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=50.77%
G=43.59%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99851100.140.890.6150.458021.57
Hex6355B0E593D325016
Octal14312513016131756212026
Binary110001110101011011011101011001111101110010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63550B; }

 p { color: rgb(99,85,11); }

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

<style>
 a { background-color: #63550B; }

 a { background-color: rgb(99,85,11); }

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

<style>
 span { border-color: #63550B; }

 span { border-color: rgb(99,85,11); }

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