Html Css Color HEX #605215 Bronze Olive

📋 copy color: '#605215'

red 96 ◦ green 82 ◦ blue 21

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

Shades of Bronze Olive #605215

Tints of Bronze Olive #605215

RGB

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

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

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

R = 48.24%
G = 41.21%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#605215 (or 0x605215) is known color: Bronze Olive. HEX triplet: 60, 52 and 15. RGB value is (96,82,21). Sum of RGB (Red+Green+Blue) = 96+82+21=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605215 is #9FADEA. Grayscale: #4F4F4F. Windows color (decimal): -10464747 or 1397344. OLE color: 1397344.

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

Color convert

RGB 96 82 21 -
CMYK 0 0.15 0.78 0.62
HSL 48.8º 0.64% 0.23% -
HSV(B) 48.8º 0.78% 0.38% -
XYZ 7.98 8.58 1.94 -
YUV 79.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 96 82 21 0 0.15 0.78 0.62 48.8 0.64 0.23
Hex 60 52 15 0 F 4E 3E 31 40 17
Octal 140 122 25 0 17 116 76 61 100 27
Binary 1100000 1010010 10101 0 1111 1001110 111110 110001 1000000 10111

Color Harmonies of #605215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605215

Black with #605215

Text Example


Text Example

White with #605215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605215; }

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

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

background-color css

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

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

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

border-color css

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

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

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