Html Css Color HEX #615213 Bronze Olive

📋 copy color: '#615213'

red 97 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #615213

Tints of Bronze Olive #615213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 48.99%
G = 41.41%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#615213 (or 0x615213) is known color: Bronze Olive. HEX triplet: 61, 52 and 13. RGB value is (97,82,19). Sum of RGB (Red+Green+Blue) = 97+82+19=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #615213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615213 is #9EADEC. Grayscale: #4F4F4F. Windows color (decimal): -10399213 or 1266273. OLE color: 1266273.

HSL color Cylindrical-coordinate representation of color #615213: hue angle of 48.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615213 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 82 19 -
CMYK 0 0.15 0.80 0.62
HSL 48.46º 0.67% 0.23% -
HSV(B) 48.46º 0.8% 0.38% -
XYZ 8.06 8.62 1.86 -
YUV 79.3 93.97 140.62 -
System Red Green Blue C M Y K H S L
Decimal 97 82 19 0 0.15 0.80 0.62 48.46 0.67 0.23
Hex 61 52 13 0 F 50 3E 30 43 17
Octal 141 122 23 0 17 120 76 60 103 27
Binary 1100001 1010010 10011 0 1111 1010000 111110 110000 1000011 10111

Color Harmonies of #615213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615213

Black with #615213

Text Example


Text Example

White with #615213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615213; }

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

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

background-color css

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

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

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

border-color css

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

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

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