#C6A54A

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

Shades of Sundance #C6A54A

Tints of Sundance #C6A54A

Color information

#C6A54A (or 0xC6A54A) is unknown color: approx Sundance. HEX triplet: C6, A5 and 4A. RGB value is (198,165,74). Sum of RGB (Red+Green+Blue) = 198+165+74=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A54A is #395AB5. Grayscale: #A4A4A4. Windows color (decimal): -3758774 or 4892102. OLE color: 4892102.

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

Color convert

RGB19816574-
CMYK00.170.630.22
HSL44.03º52.1%53.33%-
HSV(B)44.03º62.63%77.65%-
XYZ37.9839.4112.08-
YUV164.4976.93151.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 74 (29.30% from 255) = 16.93%
R=45.31%
G=37.76%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981657400.170.630.2244.0352.153.33
HexC6A54A0113F162c3435
Octal3062451120217726546465
Binary1100011010100101100101001000111111110110101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A54A; }

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

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

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

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

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

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

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

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