Html Css Color HEX #615517 Bronze Olive

📋 copy color: '#615517'

red 97 ◦ green 85 ◦ blue 23

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

Shades of Bronze Olive #615517

Tints of Bronze Olive #615517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 47.32%
G = 41.46%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#615517 (or 0x615517) is known color: Bronze Olive. HEX triplet: 61, 55 and 17. RGB value is (97,85,23). Sum of RGB (Red+Green+Blue) = 97+85+23=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615517 is #9EAAE8. Grayscale: #515151. Windows color (decimal): -10398441 or 1529185. OLE color: 1529185.

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

Color convert

RGB 97 85 23 -
CMYK 0 0.12 0.76 0.62
HSL 50.27º 0.62% 0.24% -
HSV(B) 50.27º 0.76% 0.38% -
XYZ 8.33 9.1 2.13 -
YUV 81.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 97 85 23 0 0.12 0.76 0.62 50.27 0.62 0.24
Hex 61 55 17 0 C 4C 3E 32 3E 18
Octal 141 125 27 0 14 114 76 62 76 30
Binary 1100001 1010101 10111 0 1100 1001100 111110 110010 111110 11000

Color Harmonies of #615517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615517

Black with #615517

Text Example


Text Example

White with #615517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615517; }

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

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

background-color css

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

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

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

border-color css

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

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

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