#635523

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

Shades of Bronze Olive #635523

Tints of Bronze Olive #635523

Color information

#635523 (or 0x635523) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 23. RGB value is (99,85,35). Sum of RGB (Red+Green+Blue) = 99+85+35=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #635523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635523 is #9CAADC. Grayscale: #535353. Windows color (decimal): -10267357 or 2315619. OLE color: 2315619.

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

Color convert

RGB998535-
CMYK00.140.650.61
HSL46.88º47.76%26.27%-
HSV(B)46.88º64.65%38.82%-
XYZ8.79.272.92-
YUV83.49100.64139.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=45.21%
G=38.81%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99853500.140.650.6146.8847.7626.27
Hex6355230E413D2f301a
Octal1431254301610175576032
Binary1100011101010110001101110100000111110110111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635523; }

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

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

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

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

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

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

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

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