#C6A943

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

Shades of Sundance #C6A943

Tints of Sundance #C6A943

Color information

#C6A943 (or 0xC6A943) is unknown color: approx Sundance. HEX triplet: C6, A9 and 43. RGB value is (198,169,67). Sum of RGB (Red+Green+Blue) = 198+169+67=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A943 is #3956BC. Grayscale: #A6A6A6. Windows color (decimal): -3757757 or 4434374. OLE color: 4434374.

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

Color convert

RGB19816967-
CMYK00.150.660.22
HSL46.72º53.47%51.96%-
HSV(B)46.72º66.16%77.65%-
XYZ38.4940.7911.15-
YUV166.0472.11150.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 67 (26.56% from 255) = 15.44%
R=45.62%
G=38.94%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981696700.150.660.2246.7253.4751.96
HexC6A9430F42162f3534
Octal30625110301710226576564
Binary1100011010101001100001101111100001010110101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A943; }

 p { color: rgb(198,169,67); }

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

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

 a { background-color: rgb(198,169,67); }

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

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

 span { border-color: rgb(198,169,67); }

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