Html Css Color HEX #615014 Bronze Olive

📋 copy color: '#615014'

red 97 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #615014

Tints of Bronze Olive #615014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 49.24%
G = 40.61%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615014 (or 0x615014) is known color: Bronze Olive. HEX triplet: 61, 50 and 14. RGB value is (97,80,20). Sum of RGB (Red+Green+Blue) = 97+80+20=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #615014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615014 is #9EAFEB. Grayscale: #4E4E4E. Windows color (decimal): -10399724 or 1331297. OLE color: 1331297.

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

Color convert

RGB 97 80 20 -
CMYK 0 0.18 0.79 0.62
HSL 46.75º 0.66% 0.23% -
HSV(B) 46.75º 0.79% 0.38% -
XYZ 7.92 8.33 1.85 -
YUV 78.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 97 80 20 0 0.18 0.79 0.62 46.75 0.66 0.23
Hex 61 50 14 0 12 4F 3E 2F 42 17
Octal 141 120 24 0 22 117 76 57 102 27
Binary 1100001 1010000 10100 0 10010 1001111 111110 101111 1000010 10111

Color Harmonies of #615014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615014

Black with #615014

Text Example


Text Example

White with #615014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615014; }

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

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

background-color css

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

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

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

border-color css

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

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

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