#635120

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

Shades of Bronze Olive #635120

Tints of Bronze Olive #635120

Color information

#635120 (or 0x635120) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 20. RGB value is (99,81,32). Sum of RGB (Red+Green+Blue) = 99+81+32=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #635120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635120 is #9CAEDF. Grayscale: #515151. Windows color (decimal): -10268384 or 2117987. OLE color: 2117987.

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

Color convert

RGB998132-
CMYK00.180.680.61
HSL43.88º51.15%25.69%-
HSV(B)43.88º67.68%38.82%-
XYZ8.358.642.59-
YUV80.8100.46140.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=46.70%
G=38.21%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99813200.180.680.6143.8851.1525.69
Hex635120012443D2c331a
Octal1431214002210475546332
Binary11000111010001100000010010100010011110110110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635120; }

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

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

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

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

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

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

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

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