#c6a44b

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

Shades of Sundance #C6A44B

Tints of Sundance #C6A44B

Color information

#C6A44B (or 0xC6A44B) is unknown color: approx Sundance. HEX triplet: C6, A4 and 4B. RGB value is (198,164,75). Sum of RGB (Red+Green+Blue) = 198+164+75=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A44B is #395BB4. Grayscale: #A4A4A4. Windows color (decimal): -3759029 or 4957382. OLE color: 4957382.

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

Color convert

RGB19816475-
CMYK00.170.620.22
HSL43.41º51.9%53.53%-
HSV(B)43.41º62.12%77.65%-
XYZ37.8339.0612.2-
YUV164.0277.76152.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=45.31%
G=37.53%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981647500.170.620.2243.4151.953.53
HexC6A44B0113E162b3436
Octal3062441130217626536466
Binary1100011010100100100101101000111111010110101011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a44b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a44b; }

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

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

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

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

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

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

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

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