Html Css Color HEX #615019 Bronze Olive

📋 copy color: '#615019'

red 97 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #615019

Tints of Bronze Olive #615019

RGB

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

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

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

R = 48.02%
G = 39.6%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#615019 (or 0x615019) is known color: Bronze Olive. HEX triplet: 61, 50 and 19. RGB value is (97,80,25). Sum of RGB (Red+Green+Blue) = 97+80+25=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615019 is #9EAFE6. Grayscale: #4F4F4F. Windows color (decimal): -10399719 or 1658977. OLE color: 1658977.

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

Color convert

RGB 97 80 25 -
CMYK 0 0.18 0.74 0.62
HSL 45.83º 0.59% 0.24% -
HSV(B) 45.83º 0.74% 0.38% -
XYZ 7.97 8.35 2.11 -
YUV 78.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 97 80 25 0 0.18 0.74 0.62 45.83 0.59 0.24
Hex 61 50 19 0 12 4A 3E 2E 3B 18
Octal 141 120 31 0 22 112 76 56 73 30
Binary 1100001 1010000 11001 0 10010 1001010 111110 101110 111011 11000

Color Harmonies of #615019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615019

Black with #615019

Text Example


Text Example

White with #615019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615019; }

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

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

background-color css

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

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

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

border-color css

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

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

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