Html Css Color HEX #615520 Bronze Olive

📋 copy color: '#615520'

red 97 ◦ green 85 ◦ blue 32

#615520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #615520

Tints of Bronze Olive #615520

RGB

 RED value IS 97 (38.28% from 255) = 45.33%

 GREEN value IS 85 (33.59% from 255) = 39.72%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 45.33%
G = 39.72%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#615520 (or 0x615520) is known color: Bronze Olive. HEX triplet: 61, 55 and 20. RGB value is (97,85,32). Sum of RGB (Red+Green+Blue) = 97+85+32=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #615520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615520 is #9EAADF. Grayscale: #525252. Windows color (decimal): -10398432 or 2119009. OLE color: 2119009.

HSL color Cylindrical-coordinate representation of color #615520: hue angle of 48.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #615520 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 32 -
CMYK 0 0.12 0.67 0.62
HSL 48.92º 0.5% 0.25% -
HSV(B) 48.92º 0.67% 0.38% -
XYZ 8.44 9.14 2.69 -
YUV 82.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 97 85 32 0 0.12 0.67 0.62 48.92 0.5 0.25
Hex 61 55 20 0 C 43 3E 31 32 19
Octal 141 125 40 0 14 103 76 61 62 31
Binary 1100001 1010101 100000 0 1100 1000011 111110 110001 110010 11001

Color Harmonies of #615520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615520

Black with #615520

Text Example


Text Example

White with #615520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615520; }

 p { color: rgb(97,85,32); }

 H1.HeaderClassName
 {
   color: #615520;
 }
 .AnyTagClassName
 {
   color: #615520;
 }
</style>

background-color css

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

 a { background-color: rgb(97,85,32); }

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

border-color css

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

 span { border-color: rgb(97,85,32); }

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