Html Css Color HEX #605115 Bronze Olive

📋 copy color: '#605115'

red 96 ◦ green 81 ◦ blue 21

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

Shades of Bronze Olive #605115

Tints of Bronze Olive #605115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 48.48%
G = 40.91%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#605115 (or 0x605115) is known color: Bronze Olive. HEX triplet: 60, 51 and 15. RGB value is (96,81,21). Sum of RGB (Red+Green+Blue) = 96+81+21=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #605115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605115 is #9FAEEA. Grayscale: #4E4E4E. Windows color (decimal): -10465003 or 1397088. OLE color: 1397088.

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

Color convert

RGB 96 81 21 -
CMYK 0 0.16 0.78 0.62
HSL 48º 0.64% 0.23% -
HSV(B) 48º 0.78% 0.38% -
XYZ 7.9 8.43 1.92 -
YUV 78.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 96 81 21 0 0.16 0.78 0.62 48 0.64 0.23
Hex 60 51 15 0 10 4E 3E 30 40 17
Octal 140 121 25 0 20 116 76 60 100 27
Binary 1100000 1010001 10101 0 10000 1001110 111110 110000 1000000 10111

Color Harmonies of #605115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605115

Black with #605115

Text Example


Text Example

White with #605115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605115; }

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

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

background-color css

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

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

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

border-color css

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

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

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