#C6A37C

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

Shades of Rodeo Dust #C6A37C

Tints of Rodeo Dust #C6A37C

Color information

#C6A37C (or 0xC6A37C) is unknown color: approx Rodeo Dust. HEX triplet: C6, A3 and 7C. RGB value is (198,163,124). Sum of RGB (Red+Green+Blue) = 198+163+124=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A37C is #395C83. Grayscale: #A9A9A9. Windows color (decimal): -3759236 or 8168390. OLE color: 8168390.

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

Color convert

RGB198163124-
CMYK00.180.370.22
HSL31.62º39.36%63.14%-
HSV(B)31.62º37.37%77.65%-
XYZ40.0239.6624.61-
YUV169.02102.6148.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 163 (64.06% from 255) = 33.61%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=40.82%
G=33.61%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816312400.180.370.2231.6239.3663.14
HexC6A37C012251620273f
Octal3062431740224526404777
Binary1100011010100011111110001001010010110110100000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A37C; }

 p { color: rgb(198,163,124); }

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

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

 a { background-color: rgb(198,163,124); }

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

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

 span { border-color: rgb(198,163,124); }

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