Html Css Color HEX #605116 Bronze Olive

📋 copy color: '#605116'

red 96 ◦ green 81 ◦ blue 22

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

Shades of Bronze Olive #605116

Tints of Bronze Olive #605116

RGB

 RED value IS 96 (37.89% from 255) = 48.24%

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 48.24%
G = 40.7%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#605116 (or 0x605116) is known color: Bronze Olive. HEX triplet: 60, 51 and 16. RGB value is (96,81,22). Sum of RGB (Red+Green+Blue) = 96+81+22=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605116 is #9FAEE9. Grayscale: #4F4F4F. Windows color (decimal): -10465002 or 1462624. OLE color: 1462624.

HSL color Cylindrical-coordinate representation of color #605116: hue angle of 47.84º 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 #605116 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 22 -
CMYK 0 0.16 0.77 0.62
HSL 47.84º 0.63% 0.23% -
HSV(B) 47.84º 0.77% 0.38% -
XYZ 7.91 8.43 1.97 -
YUV 78.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 96 81 22 0 0.16 0.77 0.62 47.84 0.63 0.23
Hex 60 51 16 0 10 4D 3E 30 3F 17
Octal 140 121 26 0 20 115 76 60 77 27
Binary 1100000 1010001 10110 0 10000 1001101 111110 110000 111111 10111

Color Harmonies of #605116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605116

Black with #605116

Text Example


Text Example

White with #605116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605116; }

 p { color: rgb(96,81,22); }

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

background-color css

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

 a { background-color: rgb(96,81,22); }

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

border-color css

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

 span { border-color: rgb(96,81,22); }

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