#655A3C

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

Shades of Yellow Metal #655A3C

Tints of Yellow Metal #655A3C

Color information

#655A3C (or 0x655A3C) is unknown color: approx Yellow Metal. HEX triplet: 65, 5A and 3C. RGB value is (101,90,60). Sum of RGB (Red+Green+Blue) = 101+90+60=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #655A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A3C is #9AA5C3. Grayscale: #595959. Windows color (decimal): -10134980 or 3955301. OLE color: 3955301.

HSL color Cylindrical-coordinate representation of color #655A3C: hue angle of 43.9º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #655A3C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB1019060-
CMYK00.110.410.60
HSL43.9º25.47%31.57%-
HSV(B)43.9º40.59%39.61%-
XYZ9.8410.415.76-
YUV89.87111.14135.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=40.24%
G=35.86%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101906000.110.410.6043.925.4731.57
Hex655A3C0B293C2c1920
Octal145132740135174543140
Binary110010110110101111000101110100111110010110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,60); }

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

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

 a { background-color: rgb(101,90,60); }

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

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

 span { border-color: rgb(101,90,60); }

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