#C6A68C

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

Shades of Rodeo Dust #C6A68C

Tints of Rodeo Dust #C6A68C

Color information

#C6A68C (or 0xC6A68C) is unknown color: approx Rodeo Dust. HEX triplet: C6, A6 and 8C. RGB value is (198,166,140). Sum of RGB (Red+Green+Blue) = 198+166+140=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A68C is #395973. Grayscale: #ACACAC. Windows color (decimal): -3758452 or 9217734. OLE color: 9217734.

HSL color Cylindrical-coordinate representation of color #C6A68C: hue angle of 26.9º degrees, saturation: 0.34, 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 #C6A68C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198166140-
CMYK00.160.290.22
HSL26.9º33.72%66.27%-
HSV(B)26.9º29.29%77.65%-
XYZ41.6641.1730.56-
YUV172.6109.6146.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.29%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=39.29%
G=32.94%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816614000.160.290.2226.933.7266.27
HexC6A68C0101D161b2242
Octal30624621402035263342102
Binary1100011010100110100011000100001110110110110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A68C; }

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

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

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

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

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

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

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

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