Html Css Color HEX #615524 Bronze Olive

📋 copy color: '#615524'

red 97 ◦ green 85 ◦ blue 36

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

Shades of Bronze Olive #615524

Tints of Bronze Olive #615524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 44.5%
G = 38.99%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#615524 (or 0x615524) is known color: Bronze Olive. HEX triplet: 61, 55 and 24. RGB value is (97,85,36). Sum of RGB (Red+Green+Blue) = 97+85+36=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #615524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615524 is #9EAADB. Grayscale: #535353. Windows color (decimal): -10398428 or 2381153. OLE color: 2381153.

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

Color convert

RGB 97 85 36 -
CMYK 0 0.12 0.63 0.62
HSL 48.2º 0.46% 0.26% -
HSV(B) 48.2º 0.63% 0.38% -
XYZ 8.5 9.17 2.99 -
YUV 83 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 97 85 36 0 0.12 0.63 0.62 48.2 0.46 0.26
Hex 61 55 24 0 C 3F 3E 30 2E 1A
Octal 141 125 44 0 14 77 76 60 56 32
Binary 1100001 1010101 100100 0 1100 111111 111110 110000 101110 11010

Color Harmonies of #615524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615524

Black with #615524

Text Example


Text Example

White with #615524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615524; }

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

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

background-color css

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

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

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

border-color css

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

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

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