#665752

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

Shades of Tundora #665752

Tints of Tundora #665752

Color information

#665752 (or 0x665752) is unknown color: approx Tundora. HEX triplet: 66, 57 and 52. RGB value is (102,87,82). Sum of RGB (Red+Green+Blue) = 102+87+82=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665752 is #99A8AD. Grayscale: #5A5A5A. Windows color (decimal): -10070190 or 5396326. OLE color: 5396326.

HSL color Cylindrical-coordinate representation of color #665752: hue angle of 15º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665752 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1028782-
CMYK00.150.200.6
HSL15º10.87%36.08%-
HSV(B)15º19.61%40%-
XYZ10.4110.259.41-
YUV90.92122.97135.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=37.64%
G=32.10%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102878200.150.200.61510.8736.08
Hex6657520F143Cfb24
Octal1461271220172474171344
Binary110011010101111010010011111010011110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665752; }

 p { color: rgb(102,87,82); }

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

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

 a { background-color: rgb(102,87,82); }

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

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

 span { border-color: rgb(102,87,82); }

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