Html Css Color HEX #61520D Bronze Olive

📋 copy color: '#61520D'

red 97 ◦ green 82 ◦ blue 13

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

Shades of Bronze Olive #61520D

Tints of Bronze Olive #61520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 50.52%
G = 42.71%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61520D (or 0x61520D) is known color: Bronze Olive. HEX triplet: 61, 52 and 0D. RGB value is (97,82,13). Sum of RGB (Red+Green+Blue) = 97+82+13=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520D is #9EADF2. Grayscale: #4E4E4E. Windows color (decimal): -10399219 or 873057. OLE color: 873057.

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

Color convert

RGB 97 82 13 -
CMYK 0 0.15 0.87 0.62
HSL 49.29º 0.76% 0.22% -
HSV(B) 49.29º 0.87% 0.38% -
XYZ 8.02 8.61 1.62 -
YUV 78.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 97 82 13 0 0.15 0.87 0.62 49.29 0.76 0.22
Hex 61 52 D 0 F 57 3E 31 4C 16
Octal 141 122 15 0 17 127 76 61 114 26
Binary 1100001 1010010 1101 0 1111 1010111 111110 110001 1001100 10110

Color Harmonies of #61520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61520D

Black with #61520D

Text Example


Text Example

White with #61520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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