Html Css Color HEX #655511 Bronze Olive

📋 copy color: '#655511'

red 101 ◦ green 85 ◦ blue 17

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

Shades of Bronze Olive #655511

Tints of Bronze Olive #655511

RGB

 RED value IS 101 (39.84% from 255) = 49.75%

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 49.75%
G = 41.87%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#655511 (or 0x655511) is known color: Bronze Olive. HEX triplet: 65, 55 and 11. RGB value is (101,85,17). Sum of RGB (Red+Green+Blue) = 101+85+17=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655511 is #9AAAEE. Grayscale: #525252. Windows color (decimal): -10136303 or 1135973. OLE color: 1135973.

HSL color Cylindrical-coordinate representation of color #655511: hue angle of 48.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #655511 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 85 17 -
CMYK 0 0.16 0.83 0.60
HSL 48.57º 0.71% 0.23% -
HSV(B) 48.57º 0.83% 0.4% -
XYZ 8.72 9.3 1.87 -
YUV 82.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 101 85 17 0 0.16 0.83 0.60 48.57 0.71 0.23
Hex 65 55 11 0 10 53 3C 31 47 17
Octal 145 125 21 0 20 123 74 61 107 27
Binary 1100101 1010101 10001 0 10000 1010011 111100 110001 1000111 10111

Color Harmonies of #655511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655511

Black with #655511

Text Example


Text Example

White with #655511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655511; }

 p { color: rgb(101,85,17); }

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

background-color css

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

 a { background-color: rgb(101,85,17); }

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

border-color css

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

 span { border-color: rgb(101,85,17); }

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