Html Css Color HEX #615224 Bronze Olive

📋 copy color: '#615224'

red 97 ◦ green 82 ◦ blue 36

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

Shades of Bronze Olive #615224

Tints of Bronze Olive #615224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 45.12%
G = 38.14%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#615224 (or 0x615224) is known color: Bronze Olive. HEX triplet: 61, 52 and 24. RGB value is (97,82,36). Sum of RGB (Red+Green+Blue) = 97+82+36=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #615224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615224 is #9EADDB. Grayscale: #515151. Windows color (decimal): -10399196 or 2380385. OLE color: 2380385.

HSL color Cylindrical-coordinate representation of color #615224: hue angle of 45.25º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #615224 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 36 -
CMYK 0 0.15 0.63 0.62
HSL 45.25º 0.46% 0.26% -
HSV(B) 45.25º 0.63% 0.38% -
XYZ 8.27 8.7 2.91 -
YUV 81.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 97 82 36 0 0.15 0.63 0.62 45.25 0.46 0.26
Hex 61 52 24 0 F 3F 3E 2D 2E 1A
Octal 141 122 44 0 17 77 76 55 56 32
Binary 1100001 1010010 100100 0 1111 111111 111110 101101 101110 11010

Color Harmonies of #615224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615224

Black with #615224

Text Example


Text Example

White with #615224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615224; }

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

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

background-color css

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

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

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

border-color css

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

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

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