#635617

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

Shades of Bronze Olive #635617

Tints of Bronze Olive #635617

Color information

#635617 (or 0x635617) is unknown color: approx Bronze Olive. HEX triplet: 63, 56 and 17. RGB value is (99,86,23). Sum of RGB (Red+Green+Blue) = 99+86+23=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635617 is #9CA9E8. Grayscale: #525252. Windows color (decimal): -10267113 or 1529443. OLE color: 1529443.

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

Color convert

RGB998623-
CMYK00.130.770.61
HSL49.74º62.3%23.92%-
HSV(B)49.74º76.77%38.82%-
XYZ8.639.372.16-
YUV82.794.31139.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=47.60%
G=41.35%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99862300.130.770.6149.7462.323.92
Hex6356170D4D3D323e18
Octal1431262701511575627630
Binary110001110101101011101101100110111110111001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635617; }

 p { color: rgb(99,86,23); }

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

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

 a { background-color: rgb(99,86,23); }

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

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

 span { border-color: rgb(99,86,23); }

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