Html Css Color HEX #615125 Bronze Olive

📋 copy color: '#615125'

red 97 ◦ green 81 ◦ blue 37

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

Shades of Bronze Olive #615125

Tints of Bronze Olive #615125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 45.12%
G = 37.67%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#615125 (or 0x615125) is known color: Bronze Olive. HEX triplet: 61, 51 and 25. RGB value is (97,81,37). Sum of RGB (Red+Green+Blue) = 97+81+37=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #615125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615125 is #9EAEDA. Grayscale: #505050. Windows color (decimal): -10399451 or 2445665. OLE color: 2445665.

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

Color convert

RGB 97 81 37 -
CMYK 0 0.16 0.62 0.62
HSL 44º 0.45% 0.26% -
HSV(B) 44º 0.62% 0.38% -
XYZ 8.21 8.56 2.97 -
YUV 80.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 97 81 37 0 0.16 0.62 0.62 44 0.45 0.26
Hex 61 51 25 0 10 3E 3E 2C 2D 1A
Octal 141 121 45 0 20 76 76 54 55 32
Binary 1100001 1010001 100101 0 10000 111110 111110 101100 101101 11010

Color Harmonies of #615125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615125

Black with #615125

Text Example


Text Example

White with #615125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615125; }

 p { color: rgb(97,81,37); }

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

background-color css

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

 a { background-color: rgb(97,81,37); }

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

border-color css

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

 span { border-color: rgb(97,81,37); }

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