#615223

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

Shades of Bronze Olive #615223

Tints of Bronze Olive #615223

Color information

#615223 (or 0x615223) is unknown color: approx Bronze Olive. HEX triplet: 61, 52 and 23. RGB value is (97,82,35). Sum of RGB (Red+Green+Blue) = 97+82+35=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #615223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615223 is #9EADDC. Grayscale: #515151. Windows color (decimal): -10399197 or 2314849. OLE color: 2314849.

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

Color convert

RGB978235-
CMYK00.150.640.62
HSL45.48º46.97%25.88%-
HSV(B)45.48º63.92%38.04%-
XYZ8.258.72.83-
YUV81.13101.97139.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=45.33%
G=38.32%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97823500.150.640.6245.4846.9725.88
Hex6152230F403E2d2f1a
Octal1411224301710076555732
Binary1100001101001010001101111100000011111010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615223; }

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

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

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

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

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

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

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

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