#655750

Color #655750 Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #655750

Tints of Tundora #655750

Color information

#655750 (or 0x655750) is unknown color: approx Tundora. HEX triplet: 65, 57 and 50. RGB value is (101,87,80). Sum of RGB (Red+Green+Blue) = 101+87+80=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655750 is #9AA8AF. Grayscale: #5A5A5A. Windows color (decimal): -10135728 or 5265253. OLE color: 5265253.

HSL color Cylindrical-coordinate representation of color #655750: hue angle of 20º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655750 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1018780-
CMYK00.140.210.60
HSL20º11.6%35.49%-
HSV(B)20º20.79%39.61%-
XYZ10.2210.169.01-
YUV90.39122.14135.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=37.69%
G=32.46%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101878000.140.210.602011.635.49
Hex6557500E153C14c23
Octal1451271200162574241443
Binary1100101101011110100000111010101111100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655750; }

 p { color: rgb(101,87,80); }

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

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

 a { background-color: rgb(101,87,80); }

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

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

 span { border-color: rgb(101,87,80); }

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