#635518

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

Shades of Bronze Olive #635518

Tints of Bronze Olive #635518

Color information

#635518 (or 0x635518) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 18. RGB value is (99,85,24). Sum of RGB (Red+Green+Blue) = 99+85+24=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635518 is #9CAAE7. Grayscale: #525252. Windows color (decimal): -10267368 or 1594723. OLE color: 1594723.

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

Color convert

RGB998524-
CMYK00.140.760.61
HSL48.8º60.98%24.12%-
HSV(B)48.8º75.76%38.82%-
XYZ8.569.222.19-
YUV82.2395.14139.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=47.60%
G=40.87%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99852400.140.760.6148.860.9824.12
Hex6355180E4C3D313d18
Octal1431253001611475617530
Binary110001110101011100001110100110011110111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635518; }

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

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

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

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

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

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

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

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