#63551C

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

Shades of Bronze Olive #63551C

Tints of Bronze Olive #63551C

Color information

#63551C (or 0x63551C) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 1C. RGB value is (99,85,28). Sum of RGB (Red+Green+Blue) = 99+85+28=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63551C is #9CAAE3. Grayscale: #525252. Windows color (decimal): -10267364 or 1856867. OLE color: 1856867.

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

Color convert

RGB998528-
CMYK00.140.720.61
HSL48.17º55.91%24.9%-
HSV(B)48.17º71.72%38.82%-
XYZ8.69.232.43-
YUV82.6997.14139.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 28 (11.33% from 255) = 13.21%
R=46.70%
G=40.09%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99852800.140.720.6148.1755.9124.9
Hex63551C0E483D303819
Octal1431253401611075607031
Binary110001110101011110001110100100011110111000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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