Html Css Color HEX #C6A64C Sundance

📋 copy color: '#C6A64C'

red 198 ◦ green 166 ◦ blue 76

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

Shades of Sundance #C6A64C

Tints of Sundance #C6A64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 45%
G = 37.73%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6A64C (or 0xC6A64C) is known color: Sundance. HEX triplet: C6, A6 and 4C. RGB value is (198,166,76). Sum of RGB (Red+Green+Blue) = 198+166+76=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A64C is #3959B3. Grayscale: #A5A5A5. Windows color (decimal): -3758516 or 5023430. OLE color: 5023430.

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

Color convert

RGB 198 166 76 -
CMYK 0 0.16 0.62 0.22
HSL 44.26º 0.52% 0.54% -
HSV(B) 44.26º 0.62% 0.78% -
XYZ 38.23 39.8 12.5 -
YUV 165.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 198 166 76 0 0.16 0.62 0.22 44.26 0.52 0.54
Hex C6 A6 4C 0 10 3E 16 2C 34 36
Octal 306 246 114 0 20 76 26 54 64 66
Binary 11000110 10100110 1001100 0 10000 111110 10110 101100 110100 110110

Color Harmonies of #C6A64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A64C

Black with #C6A64C

Text Example


Text Example

White with #C6A64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A64C; }

 p { color: rgb(198,166,76); }

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

background-color css

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

 a { background-color: rgb(198,166,76); }

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

border-color css

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

 span { border-color: rgb(198,166,76); }

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