Html Css Color HEX #615211 Bronze Olive

📋 copy color: '#615211'

red 97 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #615211

Tints of Bronze Olive #615211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 49.49%
G = 41.84%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#615211 (or 0x615211) is known color: Bronze Olive. HEX triplet: 61, 52 and 11. RGB value is (97,82,17). Sum of RGB (Red+Green+Blue) = 97+82+17=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #615211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615211 is #9EADEE. Grayscale: #4F4F4F. Windows color (decimal): -10399215 or 1135201. OLE color: 1135201.

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

Color convert

RGB 97 82 17 -
CMYK 0 0.15 0.82 0.62
HSL 48.75º 0.7% 0.22% -
HSV(B) 48.75º 0.82% 0.38% -
XYZ 8.05 8.62 1.77 -
YUV 79.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 97 82 17 0 0.15 0.82 0.62 48.75 0.7 0.22
Hex 61 52 11 0 F 52 3E 31 46 16
Octal 141 122 21 0 17 122 76 61 106 26
Binary 1100001 1010010 10001 0 1111 1010010 111110 110001 1000110 10110

Color Harmonies of #615211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615211

Black with #615211

Text Example


Text Example

White with #615211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615211; }

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

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

background-color css

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

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

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

border-color css

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

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

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