#C6A44F

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

Shades of Sundance #C6A44F

Tints of Sundance #C6A44F

Color information

#C6A44F (or 0xC6A44F) is unknown color: approx Sundance. HEX triplet: C6, A4 and 4F. RGB value is (198,164,79). Sum of RGB (Red+Green+Blue) = 198+164+79=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A44F is #395BB0. Grayscale: #A4A4A4. Windows color (decimal): -3759025 or 5219526. OLE color: 5219526.

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

Color convert

RGB19816479-
CMYK00.170.600.22
HSL42.86º51.07%54.31%-
HSV(B)42.86º60.1%77.65%-
XYZ37.9839.1212.95-
YUV164.4879.76151.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=44.90%
G=37.19%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981647900.170.600.2242.8651.0754.31
HexC6A44F0113C162b3336
Octal3062441170217426536366
Binary1100011010100100100111101000111110010110101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A44F; }

 p { color: rgb(198,164,79); }

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

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

 a { background-color: rgb(198,164,79); }

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

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

 span { border-color: rgb(198,164,79); }

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