Html Css Color HEX #61520F Bronze Olive

📋 copy color: '#61520F'

red 97 ◦ green 82 ◦ blue 15

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

Shades of Bronze Olive #61520F

Tints of Bronze Olive #61520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 50%
G = 42.27%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61520F (or 0x61520F) is known color: Bronze Olive. HEX triplet: 61, 52 and 0F. RGB value is (97,82,15). Sum of RGB (Red+Green+Blue) = 97+82+15=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520F is #9EADF0. Grayscale: #4F4F4F. Windows color (decimal): -10399217 or 1004129. OLE color: 1004129.

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

Color convert

RGB 97 82 15 -
CMYK 0 0.15 0.85 0.62
HSL 49.02º 0.73% 0.22% -
HSV(B) 49.02º 0.85% 0.38% -
XYZ 8.03 8.61 1.69 -
YUV 78.85 91.97 140.95 -
System Red Green Blue C M Y K H S L
Decimal 97 82 15 0 0.15 0.85 0.62 49.02 0.73 0.22
Hex 61 52 F 0 F 55 3E 31 49 16
Octal 141 122 17 0 17 125 76 61 111 26
Binary 1100001 1010010 1111 0 1111 1010101 111110 110001 1001001 10110

Color Harmonies of #61520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61520F

Black with #61520F

Text Example


Text Example

White with #61520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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