#655A3B

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

Shades of Yellow Metal #655A3B

Tints of Yellow Metal #655A3B

Color information

#655A3B (or 0x655A3B) is unknown color: approx Yellow Metal. HEX triplet: 65, 5A and 3B. RGB value is (101,90,59). Sum of RGB (Red+Green+Blue) = 101+90+59=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A3B is #9AA5C4. Grayscale: #595959. Windows color (decimal): -10134981 or 3889765. OLE color: 3889765.

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

Color convert

RGB1019059-
CMYK00.110.420.60
HSL44.29º26.25%31.37%-
HSV(B)44.29º41.58%39.61%-
XYZ9.8110.395.63-
YUV89.76110.64136.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=40.4%
G=36%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101905900.110.420.6044.2926.2531.37
Hex655A3B0B2A3C2c1a1f
Octal145132730135274543237
Binary11001011011010111011010111010101111001011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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