Html Css Color HEX #615616 Bronze Olive

📋 copy color: '#615616'

red 97 ◦ green 86 ◦ blue 22

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

Shades of Bronze Olive #615616

Tints of Bronze Olive #615616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 47.32%
G = 41.95%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#615616 (or 0x615616) is known color: Bronze Olive. HEX triplet: 61, 56 and 16. RGB value is (97,86,22). Sum of RGB (Red+Green+Blue) = 97+86+22=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615616 is #9EA9E9. Grayscale: #525252. Windows color (decimal): -10398186 or 1463905. OLE color: 1463905.

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

Color convert

RGB 97 86 22 -
CMYK 0 0.11 0.77 0.62
HSL 51.2º 0.63% 0.23% -
HSV(B) 51.2º 0.77% 0.38% -
XYZ 8.4 9.25 2.1 -
YUV 81.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 97 86 22 0 0.11 0.77 0.62 51.2 0.63 0.23
Hex 61 56 16 0 B 4D 3E 33 3F 17
Octal 141 126 26 0 13 115 76 63 77 27
Binary 1100001 1010110 10110 0 1011 1001101 111110 110011 111111 10111

Color Harmonies of #615616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615616

Black with #615616

Text Example


Text Example

White with #615616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615616; }

 p { color: rgb(97,86,22); }

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

background-color css

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

 a { background-color: rgb(97,86,22); }

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

border-color css

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

 span { border-color: rgb(97,86,22); }

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