#655A3D

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

Shades of Yellow Metal #655A3D

Tints of Yellow Metal #655A3D

Color information

#655A3D (or 0x655A3D) is unknown color: approx Yellow Metal. HEX triplet: 65, 5A and 3D. RGB value is (101,90,61). Sum of RGB (Red+Green+Blue) = 101+90+61=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #655A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A3D is #9AA5C2. Grayscale: #5A5A5A. Windows color (decimal): -10134979 or 4020837. OLE color: 4020837.

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

Color convert

RGB1019061-
CMYK00.110.400.60
HSL43.5º24.69%31.76%-
HSV(B)43.5º39.6%39.61%-
XYZ9.8710.425.91-
YUV89.98111.64135.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=40.08%
G=35.71%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101906100.110.400.6043.524.6931.76
Hex655A3D0B283C2c1920
Octal145132750135074543140
Binary110010110110101111010101110100011110010110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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