#655B41

Color #655B41 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #655B41

Tints of Yellow Metal #655B41

Color information

#655B41 (or 0x655B41) is unknown color: approx Yellow Metal. HEX triplet: 65, 5B and 41. RGB value is (101,91,65). Sum of RGB (Red+Green+Blue) = 101+91+65=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #655B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B41 is #9AA4BE. Grayscale: #5B5B5B. Windows color (decimal): -10134719 or 4283237. OLE color: 4283237.

HSL color Cylindrical-coordinate representation of color #655B41: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655B41 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1019165-
CMYK00.100.360.60
HSL43.33º21.69%32.55%-
HSV(B)43.33º35.64%39.61%-
XYZ10.0610.636.52-
YUV91.03113.31135.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.30%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=39.30%
G=35.41%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101916500.100.360.6043.3321.6932.55
Hex655B410A243C2b1621
Octal1451331010124474532641
Binary1100101101101110000010101010010011110010101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B41; }

 p { color: rgb(101,91,65); }

 H1.HeaderClassName
 {
   color: #655B41;
 }
 .AnyTagClassName
 {
   color: #655B41;
 }
</style>
background-color css

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

 a { background-color: rgb(101,91,65); }

 div.DivClassName
 {
   background-color: #655B41;
 }
 .BgClassName
 {
   background-color: #655B41;
 }
</style>
border-color css

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

 span { border-color: rgb(101,91,65); }

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