#635614

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

Shades of Bronze Olive #635614

Tints of Bronze Olive #635614

Color information

#635614 (or 0x635614) is unknown color: approx Bronze Olive. HEX triplet: 63, 56 and 14. RGB value is (99,86,20). Sum of RGB (Red+Green+Blue) = 99+86+20=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #635614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635614 is #9CA9EB. Grayscale: #525252. Windows color (decimal): -10267116 or 1332835. OLE color: 1332835.

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

Color convert

RGB998620-
CMYK00.130.800.61
HSL50.13º66.39%23.33%-
HSV(B)50.13º79.8%38.82%-
XYZ8.69.362.01-
YUV82.3692.81139.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=48.29%
G=41.95%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99862000.130.800.6150.1366.3923.33
Hex6356140D503D324217
Octal14312624015120756210227
Binary1100011101011010100011011010000111101110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635614; }

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

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

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

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

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

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

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

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