Html Css Color HEX #615519 Bronze Olive

📋 copy color: '#615519'

red 97 ◦ green 85 ◦ blue 25

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

Shades of Bronze Olive #615519

Tints of Bronze Olive #615519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 46.86%
G = 41.06%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#615519 (or 0x615519) is known color: Bronze Olive. HEX triplet: 61, 55 and 19. RGB value is (97,85,25). Sum of RGB (Red+Green+Blue) = 97+85+25=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #615519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615519 is #9EAAE6. Grayscale: #525252. Windows color (decimal): -10398439 or 1660257. OLE color: 1660257.

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

Color convert

RGB 97 85 25 -
CMYK 0 0.12 0.74 0.62
HSL 50º 0.59% 0.24% -
HSV(B) 50º 0.74% 0.38% -
XYZ 8.35 9.11 2.24 -
YUV 81.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 97 85 25 0 0.12 0.74 0.62 50 0.59 0.24
Hex 61 55 19 0 C 4A 3E 32 3B 18
Octal 141 125 31 0 14 112 76 62 73 30
Binary 1100001 1010101 11001 0 1100 1001010 111110 110010 111011 11000

Color Harmonies of #615519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615519

Black with #615519

Text Example


Text Example

White with #615519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615519; }

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

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

background-color css

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

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

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

border-color css

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

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

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