#635116

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

Shades of Bronze Olive #635116

Tints of Bronze Olive #635116

Color information

#635116 (or 0x635116) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 16. RGB value is (99,81,22). Sum of RGB (Red+Green+Blue) = 99+81+22=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #635116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635116 is #9CAEE9. Grayscale: #4F4F4F. Windows color (decimal): -10268394 or 1462627. OLE color: 1462627.

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

Color convert

RGB998122-
CMYK00.180.780.61
HSL45.97º63.64%23.73%-
HSV(B)45.97º77.78%38.82%-
XYZ8.238.61.98-
YUV79.6695.46141.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=49.01%
G=40.10%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99812200.180.780.6145.9763.6423.73
Hex6351160124E3D2e4018
Octal14312126022116755610030
Binary11000111010001101100100101001110111101101110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635116; }

 p { color: rgb(99,81,22); }

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

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

 a { background-color: rgb(99,81,22); }

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

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

 span { border-color: rgb(99,81,22); }

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