#C69683

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

Shades of Quicksand #C69683

Tints of Quicksand #C69683

Color information

#C69683 (or 0xC69683) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 83. RGB value is (198,150,131). Sum of RGB (Red+Green+Blue) = 198+150+131=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C69683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69683 is #39697C. Grayscale: #A2A2A2. Windows color (decimal): -3762557 or 8623814. OLE color: 8623814.

HSL color Cylindrical-coordinate representation of color #C69683: hue angle of 17.01º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69683 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB198150131-
CMYK00.240.340.22
HSL17.01º37.02%64.51%-
HSV(B)17.01º33.84%77.65%-
XYZ38.2935.4626.3-
YUV162.19110.4153.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.34%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=41.34%
G=31.32%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815013100.240.340.2217.0137.0264.51
HexC696830182216112541
Octal30622620303042262145101
Binary11000110100101101000001101100010001010110100011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69683; }

 p { color: rgb(198,150,131); }

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

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

 a { background-color: rgb(198,150,131); }

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

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

 span { border-color: rgb(198,150,131); }

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