#635215

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

Shades of Bronze Olive #635215

Tints of Bronze Olive #635215

Color information

#635215 (or 0x635215) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 15. RGB value is (99,82,21). Sum of RGB (Red+Green+Blue) = 99+82+21=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635215 is #9CADEA. Grayscale: #505050. Windows color (decimal): -10268139 or 1397347. OLE color: 1397347.

HSL color Cylindrical-coordinate representation of color #635215: hue angle of 46.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #635215 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB998221-
CMYK00.170.790.61
HSL46.92º65%23.53%-
HSV(B)46.92º78.79%38.82%-
XYZ8.38.741.96-
YUV80.1394.63141.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 21 (8.59% from 255) = 10.40%
R=49.01%
G=40.59%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99822100.170.790.6146.926523.53
Hex6352150114F3D2f4118
Octal14312225021117755710130
Binary11000111010010101010100011001111111101101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635215; }

 p { color: rgb(99,82,21); }

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

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

 a { background-color: rgb(99,82,21); }

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

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

 span { border-color: rgb(99,82,21); }

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