Html Css Color HEX #615514 Bronze Olive

📋 copy color: '#615514'

red 97 ◦ green 85 ◦ blue 20

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

Shades of Bronze Olive #615514

Tints of Bronze Olive #615514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.08%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 48.02%
G = 42.08%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615514 (or 0x615514) is known color: Bronze Olive. HEX triplet: 61, 55 and 14. RGB value is (97,85,20). Sum of RGB (Red+Green+Blue) = 97+85+20=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615514 is #9EAAEB. Grayscale: #515151. Windows color (decimal): -10398444 or 1332577. OLE color: 1332577.

HSL color Cylindrical-coordinate representation of color #615514: hue angle of 50.65º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #615514 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 20 -
CMYK 0 0.12 0.79 0.62
HSL 50.65º 0.66% 0.23% -
HSV(B) 50.65º 0.79% 0.38% -
XYZ 8.3 9.09 1.98 -
YUV 81.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 97 85 20 0 0.12 0.79 0.62 50.65 0.66 0.23
Hex 61 55 14 0 C 4F 3E 33 42 17
Octal 141 125 24 0 14 117 76 63 102 27
Binary 1100001 1010101 10100 0 1100 1001111 111110 110011 1000010 10111

Color Harmonies of #615514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615514

Black with #615514

Text Example


Text Example

White with #615514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615514; }

 p { color: rgb(97,85,20); }

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

background-color css

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

 a { background-color: rgb(97,85,20); }

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

border-color css

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

 span { border-color: rgb(97,85,20); }

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