#C6A843

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

Shades of Sundance #C6A843

Tints of Sundance #C6A843

Color information

#C6A843 (or 0xC6A843) is unknown color: approx Sundance. HEX triplet: C6, A8 and 43. RGB value is (198,168,67). Sum of RGB (Red+Green+Blue) = 198+168+67=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A843 is #3957BC. Grayscale: #A5A5A5. Windows color (decimal): -3758013 or 4434118. OLE color: 4434118.

HSL color Cylindrical-coordinate representation of color #C6A843: hue angle of 46.26º 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 #C6A843 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB19816867-
CMYK00.150.660.22
HSL46.26º53.47%51.96%-
HSV(B)46.26º66.16%77.65%-
XYZ38.340.4211.09-
YUV165.4672.44151.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 67 (26.56% from 255) = 15.47%
R=45.73%
G=38.80%
B=15.47%

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
Decimal1981686700.150.660.2246.2653.4751.96
HexC6A8430F42162e3534
Octal30625010301710226566564
Binary1100011010101000100001101111100001010110101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A843; }

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

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

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

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

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

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

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

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