Html Css Color HEX #615522 Bronze Olive

📋 copy color: '#615522'

red 97 ◦ green 85 ◦ blue 34

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

Shades of Bronze Olive #615522

Tints of Bronze Olive #615522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 44.91%
G = 39.35%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#615522 (or 0x615522) is known color: Bronze Olive. HEX triplet: 61, 55 and 22. RGB value is (97,85,34). Sum of RGB (Red+Green+Blue) = 97+85+34=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #615522 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615522 is #9EAADD. Grayscale: #525252. Windows color (decimal): -10398430 or 2250081. OLE color: 2250081.

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

Color convert

RGB 97 85 34 -
CMYK 0 0.12 0.65 0.62
HSL 48.57º 0.48% 0.26% -
HSV(B) 48.57º 0.65% 0.38% -
XYZ 8.47 9.15 2.83 -
YUV 82.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 97 85 34 0 0.12 0.65 0.62 48.57 0.48 0.26
Hex 61 55 22 0 C 41 3E 31 30 1A
Octal 141 125 42 0 14 101 76 61 60 32
Binary 1100001 1010101 100010 0 1100 1000001 111110 110001 110000 11010

Color Harmonies of #615522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615522

Black with #615522

Text Example


Text Example

White with #615522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615522; }

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

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

background-color css

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

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

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

border-color css

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

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

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