#C6A243

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

Shades of Sundance #C6A243

Tints of Sundance #C6A243

Color information

#C6A243 (or 0xC6A243) is unknown color: approx Sundance. HEX triplet: C6, A2 and 43. RGB value is (198,162,67). Sum of RGB (Red+Green+Blue) = 198+162+67=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 67 (26.56% from 255 or 15.69% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A243 is #395DBC. Grayscale: #A2A2A2. Windows color (decimal): -3759549 or 4432582. OLE color: 4432582.

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

Color convert

RGB19816267-
CMYK00.180.660.22
HSL43.51º53.47%51.96%-
HSV(B)43.51º66.16%77.65%-
XYZ37.2238.2510.73-
YUV161.9374.43153.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 67 (26.56% from 255) = 15.69%
R=46.37%
G=37.94%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981626700.180.660.2243.5153.4751.96
HexC6A24301242162c3534
Octal30624210302210226546564
Binary11000110101000101000011010010100001010110101100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A243; }

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

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

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

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

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

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

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

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