Html Css Color HEX #605011 Bronze Olive

📋 copy color: '#605011'

red 96 ◦ green 80 ◦ blue 17

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

Shades of Bronze Olive #605011

Tints of Bronze Olive #605011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.81%

R = 49.74%
G = 41.45%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#605011 (or 0x605011) is known color: Bronze Olive. HEX triplet: 60, 50 and 11. RGB value is (96,80,17). Sum of RGB (Red+Green+Blue) = 96+80+17=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #605011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605011 is #9FAFEE. Grayscale: #4D4D4D. Windows color (decimal): -10465263 or 1134688. OLE color: 1134688.

HSL color Cylindrical-coordinate representation of color #605011: hue angle of 47.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #605011 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 17 -
CMYK 0 0.17 0.82 0.62
HSL 47.85º 0.7% 0.22% -
HSV(B) 47.85º 0.82% 0.38% -
XYZ 7.79 8.26 1.71 -
YUV 77.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 96 80 17 0 0.17 0.82 0.62 47.85 0.7 0.22
Hex 60 50 11 0 11 52 3E 30 46 16
Octal 140 120 21 0 21 122 76 60 106 26
Binary 1100000 1010000 10001 0 10001 1010010 111110 110000 1000110 10110

Color Harmonies of #605011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605011

Black with #605011

Text Example


Text Example

White with #605011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605011; }

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

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

background-color css

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

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

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

border-color css

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

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

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