#665650

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

Shades of Tundora #665650

Tints of Tundora #665650

Color information

#665650 (or 0x665650) is unknown color: approx Tundora. HEX triplet: 66, 56 and 50. RGB value is (102,86,80). Sum of RGB (Red+Green+Blue) = 102+86+80=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665650 is #99A9AF. Grayscale: #5A5A5A. Windows color (decimal): -10070448 or 5264998. OLE color: 5264998.

HSL color Cylindrical-coordinate representation of color #665650: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665650 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1028680-
CMYK00.160.220.6
HSL16.36º12.09%35.69%-
HSV(B)16.36º21.57%40%-
XYZ10.2610.068.99-
YUV90.1122.3136.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=38.06%
G=32.09%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102868000.160.220.616.3612.0935.69
Hex665650010163C10c24
Octal1461261200202674201444
Binary11001101010110101000001000010110111100100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665650; }

 p { color: rgb(102,86,80); }

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

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

 a { background-color: rgb(102,86,80); }

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

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

 span { border-color: rgb(102,86,80); }

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