Html Css Color HEX #C6A441 Sundance

📋 copy color: '#C6A441'

red 198 ◦ green 164 ◦ blue 65

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

Shades of Sundance #C6A441

Tints of Sundance #C6A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 46.37%
G = 38.41%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6A441 (or 0xC6A441) is known color: Sundance. HEX triplet: C6, A4 and 41. RGB value is (198,164,65). Sum of RGB (Red+Green+Blue) = 198+164+65=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A441 is #395BBE. Grayscale: #A3A3A3. Windows color (decimal): -3759039 or 4302022. OLE color: 4302022.

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

Color convert

RGB 198 164 65 -
CMYK 0 0.17 0.67 0.22
HSL 44.66º 0.54% 0.52% -
HSV(B) 44.66º 0.67% 0.78% -
XYZ 37.52 38.94 10.54 -
YUV 162.88 72.76 153.05 -
System Red Green Blue C M Y K H S L
Decimal 198 164 65 0 0.17 0.67 0.22 44.66 0.54 0.52
Hex C6 A4 41 0 11 43 16 2D 36 34
Octal 306 244 101 0 21 103 26 55 66 64
Binary 11000110 10100100 1000001 0 10001 1000011 10110 101101 110110 110100

Color Harmonies of #C6A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A441

Black with #C6A441

Text Example


Text Example

White with #C6A441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A441; }

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

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

background-color css

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

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

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

border-color css

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

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

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