#C6AD8D

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

Shades of Tan #C6AD8D

Tints of Tan #C6AD8D

Color information

#C6AD8D (or 0xC6AD8D) is unknown color: approx Tan. HEX triplet: C6, AD and 8D. RGB value is (198,173,141). Sum of RGB (Red+Green+Blue) = 198+173+141=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD8D is #395272. Grayscale: #B0B0B0. Windows color (decimal): -3756659 or 9285062. OLE color: 9285062.

HSL color Cylindrical-coordinate representation of color #C6AD8D: hue angle of 33.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6AD8D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198173141-
CMYK00.130.290.22
HSL33.68º33.33%66.47%-
HSV(B)33.68º28.79%77.65%-
XYZ43.0443.8231.39-
YUV176.83107.78143.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=38.67%
G=33.79%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817314100.130.290.2233.6833.3366.47
HexC6AD8D0D1D16222142
Octal30625521501535264241102
Binary1100011010101101100011010110111101101101000101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD8D; }

 p { color: rgb(198,173,141); }

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

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

 a { background-color: rgb(198,173,141); }

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

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

 span { border-color: rgb(198,173,141); }

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