#635511

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

Shades of Bronze Olive #635511

Tints of Bronze Olive #635511

Color information

#635511 (or 0x635511) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 11. RGB value is (99,85,17). Sum of RGB (Red+Green+Blue) = 99+85+17=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635511 is #9CAAEE. Grayscale: #515151. Windows color (decimal): -10267375 or 1135971. OLE color: 1135971.

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

Color convert

RGB998517-
CMYK00.140.830.61
HSL49.76º70.69%22.75%-
HSV(B)49.76º82.83%38.82%-
XYZ8.59.191.86-
YUV81.4391.64140.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=49.25%
G=42.29%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99851700.140.830.6149.7670.6922.75
Hex6355110E533D324717
Octal14312521016123756210727
Binary1100011101010110001011101010011111101110010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635511; }

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

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

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

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

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

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

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

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