#665848

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

Shades of Tobacco Brown #665848

Tints of Tobacco Brown #665848

Color information

#665848 (or 0x665848) is unknown color: approx Tobacco Brown. HEX triplet: 66, 58 and 48. RGB value is (102,88,72). Sum of RGB (Red+Green+Blue) = 102+88+72=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #665848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665848 is #99A7B7. Grayscale: #5A5A5A. Windows color (decimal): -10069944 or 4741222. OLE color: 4741222.

HSL color Cylindrical-coordinate representation of color #665848: hue angle of 32º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665848 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB1028872-
CMYK00.140.290.6
HSL32º17.24%34.12%-
HSV(B)32º29.41%40%-
XYZ10.1410.277.58-
YUV90.36117.64136.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=38.93%
G=33.59%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102887200.140.290.63217.2434.12
Hex6658480E1D3C201122
Octal1461301100163574402142
Binary110011010110001001000011101110111110010000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665848; }

 p { color: rgb(102,88,72); }

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

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

 a { background-color: rgb(102,88,72); }

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

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

 span { border-color: rgb(102,88,72); }

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