#C6A687

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

Shades of Rodeo Dust #C6A687

Tints of Rodeo Dust #C6A687

Color information

#C6A687 (or 0xC6A687) is unknown color: approx Rodeo Dust. HEX triplet: C6, A6 and 87. RGB value is (198,166,135). Sum of RGB (Red+Green+Blue) = 198+166+135=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A687 is #395978. Grayscale: #ACACAC. Windows color (decimal): -3758457 or 8890054. OLE color: 8890054.

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

Color convert

RGB198166135-
CMYK00.160.320.22
HSL29.52º35.59%65.29%-
HSV(B)29.52º31.82%77.65%-
XYZ41.341.0328.66-
YUV172.03107.1146.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=39.68%
G=33.27%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816613500.160.320.2229.5235.5965.29
HexC6A68701020161e2441
Octal30624620702040263644101
Binary11000110101001101000011101000010000010110111101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A687; }

 p { color: rgb(198,166,135); }

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

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

 a { background-color: rgb(198,166,135); }

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

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

 span { border-color: rgb(198,166,135); }

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