#635115

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

Shades of Bronze Olive #635115

Tints of Bronze Olive #635115

Color information

#635115 (or 0x635115) is unknown color: approx Bronze Olive. HEX triplet: 63, 51 and 15. RGB value is (99,81,21). Sum of RGB (Red+Green+Blue) = 99+81+21=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635115 is #9CAEEA. Grayscale: #4F4F4F. Windows color (decimal): -10268395 or 1397091. OLE color: 1397091.

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

Color convert

RGB998121-
CMYK00.180.790.61
HSL46.15º65%23.53%-
HSV(B)46.15º78.79%38.82%-
XYZ8.228.591.93-
YUV79.5494.96141.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=49.25%
G=40.30%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99812100.180.790.6146.156523.53
Hex6351150124F3D2e4118
Octal14312125022117755610130
Binary11000111010001101010100101001111111101101110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635115; }

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

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

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

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

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

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

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

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