Html Css Color HEX #61520E Bronze Olive

📋 copy color: '#61520E'

red 97 ◦ green 82 ◦ blue 14

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

Shades of Bronze Olive #61520E

Tints of Bronze Olive #61520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 50.26%
G = 42.49%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61520E (or 0x61520E) is known color: Bronze Olive. HEX triplet: 61, 52 and 0E. RGB value is (97,82,14). Sum of RGB (Red+Green+Blue) = 97+82+14=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520E is #9EADF1. Grayscale: #4F4F4F. Windows color (decimal): -10399218 or 938593. OLE color: 938593.

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

Color convert

RGB 97 82 14 -
CMYK 0 0.15 0.86 0.62
HSL 49.16º 0.75% 0.22% -
HSV(B) 49.16º 0.86% 0.38% -
XYZ 8.03 8.61 1.65 -
YUV 78.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 97 82 14 0 0.15 0.86 0.62 49.16 0.75 0.22
Hex 61 52 E 0 F 56 3E 31 4B 16
Octal 141 122 16 0 17 126 76 61 113 26
Binary 1100001 1010010 1110 0 1111 1010110 111110 110001 1001011 10110

Color Harmonies of #61520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61520E

Black with #61520E

Text Example


Text Example

White with #61520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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