Html Css Color HEX #615020 Bronze Olive

📋 copy color: '#615020'

red 97 ◦ green 80 ◦ blue 32

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

Shades of Bronze Olive #615020

Tints of Bronze Olive #615020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 46.41%
G = 38.28%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#615020 (or 0x615020) is known color: Bronze Olive. HEX triplet: 61, 50 and 20. RGB value is (97,80,32). Sum of RGB (Red+Green+Blue) = 97+80+32=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #615020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615020 is #9EAFDF. Grayscale: #4F4F4F. Windows color (decimal): -10399712 or 2117729. OLE color: 2117729.

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

Color convert

RGB 97 80 32 -
CMYK 0 0.18 0.67 0.62
HSL 44.31º 0.5% 0.25% -
HSV(B) 44.31º 0.67% 0.38% -
XYZ 8.06 8.38 2.56 -
YUV 79.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 97 80 32 0 0.18 0.67 0.62 44.31 0.5 0.25
Hex 61 50 20 0 12 43 3E 2C 32 19
Octal 141 120 40 0 22 103 76 54 62 31
Binary 1100001 1010000 100000 0 10010 1000011 111110 101100 110010 11001

Color Harmonies of #615020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615020

Black with #615020

Text Example


Text Example

White with #615020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615020; }

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

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

background-color css

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

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

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

border-color css

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

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

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