Html Css Color HEX #C6AF3E Old Gold

📋 copy color: '#C6AF3E'

red 198 ◦ green 175 ◦ blue 62

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

Shades of Old Gold #C6AF3E

Tints of Old Gold #C6AF3E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 62 (24.61% from 255) = 14.25%

R = 45.52%
G = 40.23%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6AF3E (or 0xC6AF3E) is known color: Old Gold. HEX triplet: C6, AF and 3E. RGB value is (198,175,62). Sum of RGB (Red+Green+Blue) = 198+175+62=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF3E is #3950C1. Grayscale: #A9A9A9. Windows color (decimal): -3756226 or 4108230. OLE color: 4108230.

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

Color convert

RGB 198 175 62 -
CMYK 0 0.12 0.69 0.22
HSL 49.85º 0.54% 0.51% -
HSV(B) 49.85º 0.69% 0.78% -
XYZ 39.49 43.01 10.78 -
YUV 169 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 198 175 62 0 0.12 0.69 0.22 49.85 0.54 0.51
Hex C6 AF 3E 0 C 45 16 32 36 33
Octal 306 257 76 0 14 105 26 62 66 63
Binary 11000110 10101111 111110 0 1100 1000101 10110 110010 110110 110011

Color Harmonies of #C6AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF3E

Black with #C6AF3E

Text Example


Text Example

White with #C6AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF3E; }

 p { color: rgb(198,175,62); }

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

background-color css

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

 a { background-color: rgb(198,175,62); }

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

border-color css

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

 span { border-color: rgb(198,175,62); }

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