#635217

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

Shades of Bronze Olive #635217

Tints of Bronze Olive #635217

Color information

#635217 (or 0x635217) is unknown color: approx Bronze Olive. HEX triplet: 63, 52 and 17. RGB value is (99,82,23). Sum of RGB (Red+Green+Blue) = 99+82+23=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #635217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635217 is #9CADE8. Grayscale: #505050. Windows color (decimal): -10268137 or 1528419. OLE color: 1528419.

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

Color convert

RGB998223-
CMYK00.170.770.61
HSL46.58º62.3%23.92%-
HSV(B)46.58º76.77%38.82%-
XYZ8.328.752.06-
YUV80.3695.63141.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=48.53%
G=40.20%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99822300.170.770.6146.5862.323.92
Hex6352170114D3D2f3e18
Octal1431222702111575577630
Binary1100011101001010111010001100110111110110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635217; }

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

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

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

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

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

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

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

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