Html Css Color HEX #615025 Bronze Olive

📋 copy color: '#615025'

red 97 ◦ green 80 ◦ blue 37

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

Shades of Bronze Olive #615025

Tints of Bronze Olive #615025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 45.33%
G = 37.38%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#615025 (or 0x615025) is known color: Bronze Olive. HEX triplet: 61, 50 and 25. RGB value is (97,80,37). Sum of RGB (Red+Green+Blue) = 97+80+37=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #615025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615025 is #9EAFDA. Grayscale: #505050. Windows color (decimal): -10399707 or 2445409. OLE color: 2445409.

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

Color convert

RGB 97 80 37 -
CMYK 0 0.18 0.62 0.62
HSL 43º 0.45% 0.26% -
HSV(B) 43º 0.62% 0.38% -
XYZ 8.13 8.41 2.95 -
YUV 80.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 97 80 37 0 0.18 0.62 0.62 43 0.45 0.26
Hex 61 50 25 0 12 3E 3E 2B 2D 1A
Octal 141 120 45 0 22 76 76 53 55 32
Binary 1100001 1010000 100101 0 10010 111110 111110 101011 101101 11010

Color Harmonies of #615025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615025

Black with #615025

Text Example


Text Example

White with #615025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615025; }

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

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

background-color css

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

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

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

border-color css

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

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

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