Html Css Color HEX #605015 Bronze Olive

📋 copy color: '#605015'

red 96 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #605015

Tints of Bronze Olive #605015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

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

R = 48.73%
G = 40.61%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#605015 (or 0x605015) is known color: Bronze Olive. HEX triplet: 60, 50 and 15. RGB value is (96,80,21). Sum of RGB (Red+Green+Blue) = 96+80+21=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #605015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605015 is #9FAFEA. Grayscale: #4E4E4E. Windows color (decimal): -10465259 or 1396832. OLE color: 1396832.

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

Color convert

RGB 96 80 21 -
CMYK 0 0.17 0.78 0.62
HSL 47.2º 0.64% 0.23% -
HSV(B) 47.2º 0.78% 0.38% -
XYZ 7.83 8.28 1.89 -
YUV 78.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 96 80 21 0 0.17 0.78 0.62 47.2 0.64 0.23
Hex 60 50 15 0 11 4E 3E 2F 40 17
Octal 140 120 25 0 21 116 76 57 100 27
Binary 1100000 1010000 10101 0 10001 1001110 111110 101111 1000000 10111

Color Harmonies of #605015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605015

Black with #605015

Text Example


Text Example

White with #605015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605015; }

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

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

background-color css

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

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

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

border-color css

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

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

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