#C6B14B

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

Shades of Sundance #C6B14B

Tints of Sundance #C6B14B

Color information

#C6B14B (or 0xC6B14B) is unknown color: approx Sundance. HEX triplet: C6, B1 and 4B. RGB value is (198,177,75). Sum of RGB (Red+Green+Blue) = 198+177+75=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B14B is #394EB4. Grayscale: #ACACAC. Windows color (decimal): -3755701 or 4960710. OLE color: 4960710.

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

Color convert

RGB19817775-
CMYK00.110.620.22
HSL49.76º51.9%53.53%-
HSV(B)49.76º62.12%77.65%-
XYZ40.2843.9613.02-
YUV171.6573.46146.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=44%
G=39.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981777500.110.620.2249.7651.953.53
HexC6B14B0B3E16323436
Octal3062611130137626626466
Binary110001101011000110010110101111111010110110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B14B; }

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

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

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

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

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

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

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

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