Html Css Color HEX #655611 Bronze Olive

📋 copy color: '#655611'

red 101 ◦ green 86 ◦ blue 17

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

Shades of Bronze Olive #655611

Tints of Bronze Olive #655611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

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

R = 49.51%
G = 42.16%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#655611 (or 0x655611) is known color: Bronze Olive. HEX triplet: 65, 56 and 11. RGB value is (101,86,17). Sum of RGB (Red+Green+Blue) = 101+86+17=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #655611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655611 is #9AA9EE. Grayscale: #525252. Windows color (decimal): -10136047 or 1136229. OLE color: 1136229.

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

Color convert

RGB 101 86 17 -
CMYK 0 0.15 0.83 0.60
HSL 49.29º 0.71% 0.23% -
HSV(B) 49.29º 0.83% 0.4% -
XYZ 8.8 9.46 1.89 -
YUV 82.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 101 86 17 0 0.15 0.83 0.60 49.29 0.71 0.23
Hex 65 56 11 0 F 53 3C 31 47 17
Octal 145 126 21 0 17 123 74 61 107 27
Binary 1100101 1010110 10001 0 1111 1010011 111100 110001 1000111 10111

Color Harmonies of #655611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655611

Black with #655611

Text Example


Text Example

White with #655611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655611; }

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

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

background-color css

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

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

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

border-color css

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

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

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