#C6A53E

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

Shades of Sundance #C6A53E

Tints of Sundance #C6A53E

Color information

#C6A53E (or 0xC6A53E) is unknown color: approx Sundance. HEX triplet: C6, A5 and 3E. RGB value is (198,165,62). Sum of RGB (Red+Green+Blue) = 198+165+62=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A53E is #395AC1. Grayscale: #A3A3A3. Windows color (decimal): -3758786 or 4105670. OLE color: 4105670.

HSL color Cylindrical-coordinate representation of color #C6A53E: hue angle of 45.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6A53E is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19816562-
CMYK00.170.690.22
HSL45.44º54.4%50.98%-
HSV(B)45.44º68.69%77.65%-
XYZ37.6139.2610.15-
YUV163.1270.93152.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 62 (24.61% from 255) = 14.59%
R=46.59%
G=38.82%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981656200.170.690.2245.4454.450.98
HexC6A53E01145162d3633
Octal3062457602110526556663
Binary1100011010100101111110010001100010110110101101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A53E; }

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

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

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

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

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

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

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

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