#635615

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

Shades of Bronze Olive #635615

Tints of Bronze Olive #635615

Color information

#635615 (or 0x635615) is unknown color: approx Bronze Olive. HEX triplet: 63, 56 and 15. RGB value is (99,86,21). Sum of RGB (Red+Green+Blue) = 99+86+21=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635615 is #9CA9EA. Grayscale: #525252. Windows color (decimal): -10267115 or 1398371. OLE color: 1398371.

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

Color convert

RGB998621-
CMYK00.130.790.61
HSL50º65%23.53%-
HSV(B)50º78.79%38.82%-
XYZ8.619.362.06-
YUV82.4893.31139.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=48.06%
G=41.75%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99862100.130.790.61506523.53
Hex6356150D4F3D324118
Octal14312625015117756210130
Binary1100011101011010101011011001111111101110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635615; }

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

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

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

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

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

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

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

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