#615210

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

Shades of Bronze Olive #615210

Tints of Bronze Olive #615210

Color information

#615210 (or 0x615210) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 10. RGB value is (97,82,16). Sum of RGB (Red+Green+Blue) = 97+82+16=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615210 is #9EADEF. Grayscale: #4F4F4F. Windows color (decimal): -10399216 or 1069665. OLE color: 1069665.

HSL color Cylindrical-coordinate representation of color #615210: hue angle of 48.89º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #615210 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB978216-
CMYK00.150.840.62
HSL48.89º71.68%22.16%-
HSV(B)48.89º83.51%38.04%-
XYZ8.048.611.73-
YUV78.9692.47140.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=49.74%
G=42.05%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97821600.150.840.6248.8971.6822.16
Hex6152100F543E314816
Octal14112220017124766111026
Binary1100001101001010000011111010100111110110001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615210; }

 p { color: rgb(97,82,16); }

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

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

 a { background-color: rgb(97,82,16); }

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

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

 span { border-color: rgb(97,82,16); }

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