#C6A54C

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

Shades of Sundance #C6A54C

Tints of Sundance #C6A54C

Color information

#C6A54C (or 0xC6A54C) is unknown color: approx Sundance. HEX triplet: C6, A5 and 4C. RGB value is (198,165,76). Sum of RGB (Red+Green+Blue) = 198+165+76=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A54C is #395AB3. Grayscale: #A5A5A5. Windows color (decimal): -3758772 or 5023174. OLE color: 5023174.

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

Color convert

RGB19816576-
CMYK00.170.620.22
HSL43.77º51.69%53.73%-
HSV(B)43.77º61.62%77.65%-
XYZ38.0539.4412.44-
YUV164.7277.93151.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 76 (30.08% from 255) = 17.31%
R=45.10%
G=37.59%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981657600.170.620.2243.7751.6953.73
HexC6A54C0113E162c3436
Octal3062451140217626546466
Binary1100011010100101100110001000111111010110101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A54C; }

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

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

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

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

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

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

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

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