Html Css Color HEX #C6A73F Sundance

📋 copy color: '#C6A73F'

red 198 ◦ green 167 ◦ blue 63

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

Shades of Sundance #C6A73F

Tints of Sundance #C6A73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.72%

R = 46.26%
G = 39.02%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6A73F (or 0xC6A73F) is known color: Sundance. HEX triplet: C6, A7 and 3F. RGB value is (198,167,63). Sum of RGB (Red+Green+Blue) = 198+167+63=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A73F is #3958C0. Grayscale: #A4A4A4. Windows color (decimal): -3758273 or 4171718. OLE color: 4171718.

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

Color convert

RGB 198 167 63 -
CMYK 0 0.16 0.68 0.22
HSL 46.22º 0.54% 0.51% -
HSV(B) 46.22º 0.68% 0.78% -
XYZ 38 40 10.42 -
YUV 164.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 198 167 63 0 0.16 0.68 0.22 46.22 0.54 0.51
Hex C6 A7 3F 0 10 44 16 2E 36 33
Octal 306 247 77 0 20 104 26 56 66 63
Binary 11000110 10100111 111111 0 10000 1000100 10110 101110 110110 110011

Color Harmonies of #C6A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A73F

Black with #C6A73F

Text Example


Text Example

White with #C6A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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