Html Css Color HEX #C6A744 Sundance

📋 copy color: '#C6A744'

red 198 ◦ green 167 ◦ blue 68

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

Shades of Sundance #C6A744

Tints of Sundance #C6A744

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 45.73%
G = 38.57%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6A744 (or 0xC6A744) is known color: Sundance. HEX triplet: C6, A7 and 44. RGB value is (198,167,68). Sum of RGB (Red+Green+Blue) = 198+167+68=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A744 is #3958BB. Grayscale: #A5A5A5. Windows color (decimal): -3758268 or 4499398. OLE color: 4499398.

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

Color convert

RGB 198 167 68 -
CMYK 0 0.16 0.66 0.22
HSL 45.69º 0.53% 0.52% -
HSV(B) 45.69º 0.66% 0.78% -
XYZ 38.15 40.06 11.19 -
YUV 164.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 198 167 68 0 0.16 0.66 0.22 45.69 0.53 0.52
Hex C6 A7 44 0 10 42 16 2E 35 34
Octal 306 247 104 0 20 102 26 56 65 64
Binary 11000110 10100111 1000100 0 10000 1000010 10110 101110 110101 110100

Color Harmonies of #C6A744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A744

Black with #C6A744

Text Example


Text Example

White with #C6A744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A744; }

 p { color: rgb(198,167,68); }

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

background-color css

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

 a { background-color: rgb(198,167,68); }

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

border-color css

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

 span { border-color: rgb(198,167,68); }

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