#C6A64B

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

Shades of Sundance #C6A64B

Tints of Sundance #C6A64B

Color information

#C6A64B (or 0xC6A64B) is unknown color: approx Sundance. HEX triplet: C6, A6 and 4B. RGB value is (198,166,75). Sum of RGB (Red+Green+Blue) = 198+166+75=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A64B is #3959B4. Grayscale: #A5A5A5. Windows color (decimal): -3758517 or 4957894. OLE color: 4957894.

HSL color Cylindrical-coordinate representation of color #C6A64B: hue angle of 44.39º 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 #C6A64B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19816675-
CMYK00.160.620.22
HSL44.39º51.9%53.53%-
HSV(B)44.39º62.12%77.65%-
XYZ38.1939.7912.32-
YUV165.1977.1151.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 75 (29.69% from 255) = 17.08%
R=45.10%
G=37.81%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981667500.160.620.2244.3951.953.53
HexC6A64B0103E162c3436
Octal3062461130207626546466
Binary1100011010100110100101101000011111010110101100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A64B; }

 p { color: rgb(198,166,75); }

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

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

 a { background-color: rgb(198,166,75); }

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

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

 span { border-color: rgb(198,166,75); }

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