Html Css Color HEX #615021 Bronze Olive

📋 copy color: '#615021'

red 97 ◦ green 80 ◦ blue 33

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

Shades of Bronze Olive #615021

Tints of Bronze Olive #615021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 46.19%
G = 38.1%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#615021 (or 0x615021) is known color: Bronze Olive. HEX triplet: 61, 50 and 21. RGB value is (97,80,33). Sum of RGB (Red+Green+Blue) = 97+80+33=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #615021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615021 is #9EAFDE. Grayscale: #4F4F4F. Windows color (decimal): -10399711 or 2183265. OLE color: 2183265.

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

Color convert

RGB 97 80 33 -
CMYK 0 0.18 0.66 0.62
HSL 44.06º 0.49% 0.25% -
HSV(B) 44.06º 0.66% 0.38% -
XYZ 8.07 8.39 2.63 -
YUV 79.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 97 80 33 0 0.18 0.66 0.62 44.06 0.49 0.25
Hex 61 50 21 0 12 42 3E 2C 31 19
Octal 141 120 41 0 22 102 76 54 61 31
Binary 1100001 1010000 100001 0 10010 1000010 111110 101100 110001 11001

Color Harmonies of #615021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615021

Black with #615021

Text Example


Text Example

White with #615021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615021; }

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

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

background-color css

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

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

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

border-color css

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

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

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