#635513

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

Shades of Bronze Olive #635513

Tints of Bronze Olive #635513

Color information

#635513 (or 0x635513) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 13. RGB value is (99,85,19). Sum of RGB (Red+Green+Blue) = 99+85+19=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #635513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635513 is #9CAAEC. Grayscale: #515151. Windows color (decimal): -10267373 or 1267043. OLE color: 1267043.

HSL color Cylindrical-coordinate representation of color #635513: hue angle of 49.5º 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 #635513 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB998519-
CMYK00.140.810.61
HSL49.5º67.8%23.14%-
HSV(B)49.5º80.81%38.82%-
XYZ8.519.21.94-
YUV81.6692.64140.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=48.77%
G=41.87%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99851900.140.810.6149.567.823.14
Hex6355130E513D324417
Octal14312523016121756210427
Binary1100011101010110011011101010001111101110010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635513; }

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

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

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

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

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

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

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

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