#63541E

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

Shades of Bronze Olive #63541E

Tints of Bronze Olive #63541E

Color information

#63541E (or 0x63541E) is unknown color: approx Bronze Olive. HEX triplet: 63, 54 and 1E. RGB value is (99,84,30). Sum of RGB (Red+Green+Blue) = 99+84+30=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63541E is #9CABE1. Grayscale: #525252. Windows color (decimal): -10267618 or 1987683. OLE color: 1987683.

HSL color Cylindrical-coordinate representation of color #63541E: hue angle of 46.96º 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 #63541E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB998430-
CMYK00.150.700.61
HSL46.96º53.49%25.29%-
HSV(B)46.96º69.7%38.82%-
XYZ8.559.092.53-
YUV82.3398.47139.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=46.48%
G=39.44%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99843000.150.700.6146.9653.4925.29
Hex63541E0F463D2f3519
Octal1431243601710675576531
Binary110001110101001111001111100011011110110111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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