Html Css Color HEX #615221 Bronze Olive

📋 copy color: '#615221'

red 97 ◦ green 82 ◦ blue 33

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

Shades of Bronze Olive #615221

Tints of Bronze Olive #615221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

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

R = 45.75%
G = 38.68%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#615221 (or 0x615221) is known color: Bronze Olive. HEX triplet: 61, 52 and 21. RGB value is (97,82,33). Sum of RGB (Red+Green+Blue) = 97+82+33=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #615221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615221 is #9EADDE. Grayscale: #515151. Windows color (decimal): -10399199 or 2183777. OLE color: 2183777.

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

Color convert

RGB 97 82 33 -
CMYK 0 0.15 0.66 0.62
HSL 45.94º 0.49% 0.25% -
HSV(B) 45.94º 0.66% 0.38% -
XYZ 8.22 8.69 2.68 -
YUV 80.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 97 82 33 0 0.15 0.66 0.62 45.94 0.49 0.25
Hex 61 52 21 0 F 42 3E 2E 31 19
Octal 141 122 41 0 17 102 76 56 61 31
Binary 1100001 1010010 100001 0 1111 1000010 111110 101110 110001 11001

Color Harmonies of #615221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615221

Black with #615221

Text Example


Text Example

White with #615221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615221; }

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

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

background-color css

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

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

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

border-color css

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

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

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