Html Css Color HEX #615223 Bronze Olive

📋 copy color: '#615223'

red 97 ◦ green 82 ◦ blue 35

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

Shades of Bronze Olive #615223

Tints of Bronze Olive #615223

RGB

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

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

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

R = 45.33%
G = 38.32%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#615223 (or 0x615223) is known color: Bronze Olive. HEX triplet: 61, 52 and 23. RGB value is (97,82,35). Sum of RGB (Red+Green+Blue) = 97+82+35=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #615223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615223 is #9EADDC. Grayscale: #515151. Windows color (decimal): -10399197 or 2314849. OLE color: 2314849.

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

Color convert

RGB 97 82 35 -
CMYK 0 0.15 0.64 0.62
HSL 45.48º 0.47% 0.26% -
HSV(B) 45.48º 0.64% 0.38% -
XYZ 8.25 8.7 2.83 -
YUV 81.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 97 82 35 0 0.15 0.64 0.62 45.48 0.47 0.26
Hex 61 52 23 0 F 40 3E 2D 2F 1A
Octal 141 122 43 0 17 100 76 55 57 32
Binary 1100001 1010010 100011 0 1111 1000000 111110 101101 101111 11010

Color Harmonies of #615223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615223

Black with #615223

Text Example


Text Example

White with #615223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615223; }

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

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

background-color css

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

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

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

border-color css

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

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

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