#C6A34D

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

Shades of Sundance #C6A34D

Tints of Sundance #C6A34D

Color information

#C6A34D (or 0xC6A34D) is unknown color: approx Sundance. HEX triplet: C6, A3 and 4D. RGB value is (198,163,77). Sum of RGB (Red+Green+Blue) = 198+163+77=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A34D is #395CB2. Grayscale: #A4A4A4. Windows color (decimal): -3759283 or 5088198. OLE color: 5088198.

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

Color convert

RGB19816377-
CMYK00.180.610.22
HSL42.64º51.49%53.92%-
HSV(B)42.64º61.11%77.65%-
XYZ37.7338.7412.51-
YUV163.6679.1152.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=45.21%
G=37.21%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981637700.180.610.2242.6451.4953.92
HexC6A34D0123D162b3336
Octal3062431150227526536366
Binary1100011010100011100110101001011110110110101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A34D; }

 p { color: rgb(198,163,77); }

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

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

 a { background-color: rgb(198,163,77); }

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

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

 span { border-color: rgb(198,163,77); }

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