#635213

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

Shades of Bronze Olive #635213

Tints of Bronze Olive #635213

Color information

#635213 (or 0x635213) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 13. RGB value is (99,82,19). Sum of RGB (Red+Green+Blue) = 99+82+19=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635213 is #9CADEC. Grayscale: #505050. Windows color (decimal): -10268141 or 1266275. OLE color: 1266275.

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

Color convert

RGB998219-
CMYK00.170.810.61
HSL47.25º67.8%23.14%-
HSV(B)47.25º80.81%38.82%-
XYZ8.288.731.87-
YUV79.993.63141.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=49.5%
G=41%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99821900.170.810.6147.2567.823.14
Hex635213011513D2f4417
Octal14312223021121755710427
Binary11000111010010100110100011010001111101101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635213; }

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

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

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

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

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

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

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

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