#635514

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

Shades of Bronze Olive #635514

Tints of Bronze Olive #635514

Color information

#635514 (or 0x635514) is unknown color: approx Bronze Olive. HEX triplet: 63, 55 and 14. RGB value is (99,85,20). Sum of RGB (Red+Green+Blue) = 99+85+20=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #635514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635514 is #9CAAEB. Grayscale: #525252. Windows color (decimal): -10267372 or 1332579. OLE color: 1332579.

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

Color convert

RGB998520-
CMYK00.140.800.61
HSL49.37º66.39%23.33%-
HSV(B)49.37º79.8%38.82%-
XYZ8.529.21.99-
YUV81.7893.14140.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=48.53%
G=41.67%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99852000.140.800.6149.3766.3923.33
Hex6355140E503D314217
Octal14312524016120756110227
Binary1100011101010110100011101010000111101110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635514; }

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

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

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

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

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

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

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

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