Html Css Color HEX #615018 Bronze Olive

📋 copy color: '#615018'

red 97 ◦ green 80 ◦ blue 24

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

Shades of Bronze Olive #615018

Tints of Bronze Olive #615018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 48.26%
G = 39.8%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#615018 (or 0x615018) is known color: Bronze Olive. HEX triplet: 61, 50 and 18. RGB value is (97,80,24). Sum of RGB (Red+Green+Blue) = 97+80+24=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615018 is #9EAFE7. Grayscale: #4E4E4E. Windows color (decimal): -10399720 or 1593441. OLE color: 1593441.

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

Color convert

RGB 97 80 24 -
CMYK 0 0.18 0.75 0.62
HSL 46.03º 0.6% 0.24% -
HSV(B) 46.03º 0.75% 0.38% -
XYZ 7.96 8.34 2.06 -
YUV 78.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 97 80 24 0 0.18 0.75 0.62 46.03 0.6 0.24
Hex 61 50 18 0 12 4B 3E 2E 3C 18
Octal 141 120 30 0 22 113 76 56 74 30
Binary 1100001 1010000 11000 0 10010 1001011 111110 101110 111100 11000

Color Harmonies of #615018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615018

Black with #615018

Text Example


Text Example

White with #615018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615018; }

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

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

background-color css

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

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

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

border-color css

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

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

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