Html Css Color HEX #C6A846 Sundance

📋 copy color: '#C6A846'

red 198 ◦ green 168 ◦ blue 70

#C6A846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #C6A846

Tints of Sundance #C6A846

RGB

 RED value IS 198 (77.73% from 255) = 45.41%

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 45.41%
G = 38.53%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C6A846 (or 0xC6A846) is known color: Sundance. HEX triplet: C6, A8 and 46. RGB value is (198,168,70). Sum of RGB (Red+Green+Blue) = 198+168+70=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A846 is #3957B9. Grayscale: #A6A6A6. Windows color (decimal): -3758010 or 4630726. OLE color: 4630726.

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

Color convert

RGB 198 168 70 -
CMYK 0 0.15 0.65 0.22
HSL 45.94º 0.53% 0.53% -
HSV(B) 45.94º 0.65% 0.78% -
XYZ 38.4 40.45 11.58 -
YUV 165.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 198 168 70 0 0.15 0.65 0.22 45.94 0.53 0.53
Hex C6 A8 46 0 F 41 16 2E 35 35
Octal 306 250 106 0 17 101 26 56 65 65
Binary 11000110 10101000 1000110 0 1111 1000001 10110 101110 110101 110101

Color Harmonies of #C6A846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A846

Black with #C6A846

Text Example


Text Example

White with #C6A846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A846; }

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

 H1.HeaderClassName
 {
   color: #C6A846;
 }
 .AnyTagClassName
 {
   color: #C6A846;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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