#C6B446

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

Shades of Sundance #C6B446

Tints of Sundance #C6B446

Color information

#C6B446 (or 0xC6B446) is unknown color: approx Sundance. HEX triplet: C6, B4 and 46. RGB value is (198,180,70). Sum of RGB (Red+Green+Blue) = 198+180+70=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B446 is #394BB9. Grayscale: #ADADAD. Windows color (decimal): -3754938 or 4633798. OLE color: 4633798.

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

Color convert

RGB19818070-
CMYK00.090.650.22
HSL51.56º52.89%52.55%-
HSV(B)51.56º64.65%77.65%-
XYZ40.7245.0912.35-
YUV172.8469.96145.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=44.20%
G=40.18%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981807000.090.650.2251.5652.8952.55
HexC6B446094116343535
Octal30626410601110126646565
Binary1100011010110100100011001001100000110110110100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B446; }

 p { color: rgb(198,180,70); }

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

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

 a { background-color: rgb(198,180,70); }

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

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

 span { border-color: rgb(198,180,70); }

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