Html Css Color HEX #615217 Bronze Olive

📋 copy color: '#615217'

red 97 ◦ green 82 ◦ blue 23

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

Shades of Bronze Olive #615217

Tints of Bronze Olive #615217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 48.02%
G = 40.59%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#615217 (or 0x615217) is known color: Bronze Olive. HEX triplet: 61, 52 and 17. RGB value is (97,82,23). Sum of RGB (Red+Green+Blue) = 97+82+23=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615217 is #9EADE8. Grayscale: #505050. Windows color (decimal): -10399209 or 1528417. OLE color: 1528417.

HSL color Cylindrical-coordinate representation of color #615217: hue angle of 47.84º 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 #615217 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 23 -
CMYK 0 0.15 0.76 0.62
HSL 47.84º 0.62% 0.24% -
HSV(B) 47.84º 0.76% 0.38% -
XYZ 8.1 8.64 2.05 -
YUV 79.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 97 82 23 0 0.15 0.76 0.62 47.84 0.62 0.24
Hex 61 52 17 0 F 4C 3E 30 3E 18
Octal 141 122 27 0 17 114 76 60 76 30
Binary 1100001 1010010 10111 0 1111 1001100 111110 110000 111110 11000

Color Harmonies of #615217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615217

Black with #615217

Text Example


Text Example

White with #615217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615217; }

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

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

background-color css

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

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

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

border-color css

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

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

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