#c6a73f

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

Shades of Sundance #C6A73F

Tints of Sundance #C6A73F

Color information

#C6A73F (or 0xC6A73F) is unknown color: approx Sundance. HEX triplet: C6, A7 and 3F. RGB value is (198,167,63). Sum of RGB (Red+Green+Blue) = 198+167+63=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A73F is #3958C0. Grayscale: #A4A4A4. Windows color (decimal): -3758273 or 4171718. OLE color: 4171718.

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

Color convert

RGB19816763-
CMYK00.160.680.22
HSL46.22º54.22%51.18%-
HSV(B)46.22º68.18%77.65%-
XYZ384010.42-
YUV164.4170.77151.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 63 (25% from 255) = 14.72%
R=46.26%
G=39.02%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981676300.160.680.2246.2254.2251.18
HexC6A73F01044162e3633
Octal3062477702010426566663
Binary1100011010100111111111010000100010010110101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a73f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a73f; }

 p { color: rgb(198,167,63); }

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

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

 a { background-color: rgb(198,167,63); }

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

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

 span { border-color: rgb(198,167,63); }

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