#63551E

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

Shades of Bronze Olive #63551E

Tints of Bronze Olive #63551E

Color information

#63551E (or 0x63551E) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 1E. RGB value is (99,85,30). Sum of RGB (Red+Green+Blue) = 99+85+30=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551E is #9CAAE1. Grayscale: #535353. Windows color (decimal): -10267362 or 1987939. OLE color: 1987939.

HSL color Cylindrical-coordinate representation of color #63551E: hue angle of 47.83º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63551E is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB998530-
CMYK00.140.700.61
HSL47.83º53.49%25.29%-
HSV(B)47.83º69.7%38.82%-
XYZ8.639.242.56-
YUV82.9298.14139.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=46.26%
G=39.72%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99853000.140.700.6147.8353.4925.29
Hex63551E0E463D303519
Octal1431253601610675606531
Binary110001110101011111001110100011011110111000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63551E; }

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

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

<style>
 a { background-color: #63551E; }

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

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

<style>
 span { border-color: #63551E; }

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

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