Html Css Color HEX #C6A44A Sundance

📋 copy color: '#C6A44A'

red 198 ◦ green 164 ◦ blue 74

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

Shades of Sundance #C6A44A

Tints of Sundance #C6A44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 45.41%
G = 37.61%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6A44A (or 0xC6A44A) is known color: Sundance. HEX triplet: C6, A4 and 4A. RGB value is (198,164,74). Sum of RGB (Red+Green+Blue) = 198+164+74=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A44A is #395BB5. Grayscale: #A4A4A4. Windows color (decimal): -3759030 or 4891846. OLE color: 4891846.

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

Color convert

RGB 198 164 74 -
CMYK 0 0.17 0.63 0.22
HSL 43.55º 0.52% 0.53% -
HSV(B) 43.55º 0.63% 0.78% -
XYZ 37.8 39.05 12.02 -
YUV 163.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 198 164 74 0 0.17 0.63 0.22 43.55 0.52 0.53
Hex C6 A4 4A 0 11 3F 16 2C 34 35
Octal 306 244 112 0 21 77 26 54 64 65
Binary 11000110 10100100 1001010 0 10001 111111 10110 101100 110100 110101

Color Harmonies of #C6A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A44A

Black with #C6A44A

Text Example


Text Example

White with #C6A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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