Html Css Color HEX #615523 Bronze Olive

📋 copy color: '#615523'

red 97 ◦ green 85 ◦ blue 35

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

Shades of Bronze Olive #615523

Tints of Bronze Olive #615523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.13%

R = 44.7%
G = 39.17%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#615523 (or 0x615523) is known color: Bronze Olive. HEX triplet: 61, 55 and 23. RGB value is (97,85,35). Sum of RGB (Red+Green+Blue) = 97+85+35=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #615523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615523 is #9EAADC. Grayscale: #535353. Windows color (decimal): -10398429 or 2315617. OLE color: 2315617.

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

Color convert

RGB 97 85 35 -
CMYK 0 0.12 0.64 0.62
HSL 48.39º 0.47% 0.26% -
HSV(B) 48.39º 0.64% 0.38% -
XYZ 8.48 9.16 2.91 -
YUV 82.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 97 85 35 0 0.12 0.64 0.62 48.39 0.47 0.26
Hex 61 55 23 0 C 40 3E 30 2F 1A
Octal 141 125 43 0 14 100 76 60 57 32
Binary 1100001 1010101 100011 0 1100 1000000 111110 110000 101111 11010

Color Harmonies of #615523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615523

Black with #615523

Text Example


Text Example

White with #615523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615523; }

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

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

background-color css

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

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

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

border-color css

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

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

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