#C6A543

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

Shades of Sundance #C6A543

Tints of Sundance #C6A543

Color information

#C6A543 (or 0xC6A543) is unknown color: approx Sundance. HEX triplet: C6, A5 and 43. RGB value is (198,165,67). Sum of RGB (Red+Green+Blue) = 198+165+67=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A543 is #395ABC. Grayscale: #A4A4A4. Windows color (decimal): -3758781 or 4433350. OLE color: 4433350.

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

Color convert

RGB19816567-
CMYK00.170.660.22
HSL44.89º53.47%51.96%-
HSV(B)44.89º66.16%77.65%-
XYZ37.7639.3210.91-
YUV163.773.43152.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 67 (26.56% from 255) = 15.58%
R=46.05%
G=38.37%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981656700.170.660.2244.8953.4751.96
HexC6A54301142162d3534
Octal30624510302110226556564
Binary11000110101001011000011010001100001010110101101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A543; }

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

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

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

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

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

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

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

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