Html Css Color HEX #C6AE3C Old Gold

📋 copy color: '#C6AE3C'

red 198 ◦ green 174 ◦ blue 60

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

Shades of Old Gold #C6AE3C

Tints of Old Gold #C6AE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

 BLUE value IS 60 (23.83% from 255) = 13.89%

R = 45.83%
G = 40.28%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6AE3C (or 0xC6AE3C) is known color: Old Gold. HEX triplet: C6, AE and 3C. RGB value is (198,174,60). Sum of RGB (Red+Green+Blue) = 198+174+60=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AE3C is #3951C3. Grayscale: #A8A8A8. Windows color (decimal): -3756484 or 3976902. OLE color: 3976902.

HSL color Cylindrical-coordinate representation of color #C6AE3C: hue angle of 49.57º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6AE3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 174 60 -
CMYK 0 0.12 0.70 0.22
HSL 49.57º 0.55% 0.51% -
HSV(B) 49.57º 0.7% 0.78% -
XYZ 39.24 42.6 10.43 -
YUV 168.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 198 174 60 0 0.12 0.70 0.22 49.57 0.55 0.51
Hex C6 AE 3C 0 C 46 16 32 37 33
Octal 306 256 74 0 14 106 26 62 67 63
Binary 11000110 10101110 111100 0 1100 1000110 10110 110010 110111 110011

Color Harmonies of #C6AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AE3C

Black with #C6AE3C

Text Example


Text Example

White with #C6AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AE3C; }

 p { color: rgb(198,174,60); }

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

background-color css

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

 a { background-color: rgb(198,174,60); }

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

border-color css

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

 span { border-color: rgb(198,174,60); }

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