Html Css Color HEX #C6A837 Metallic Gold

📋 copy color: '#C6A837'

red 198 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #C6A837

Tints of Metallic Gold #C6A837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 47.03%
G = 39.9%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C6A837 (or 0xC6A837) is known color: Metallic Gold. HEX triplet: C6, A8 and 37. RGB value is (198,168,55). Sum of RGB (Red+Green+Blue) = 198+168+55=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A837 is #3957C8. Grayscale: #A4A4A4. Windows color (decimal): -3758025 or 3647686. OLE color: 3647686.

HSL color Cylindrical-coordinate representation of color #C6A837: hue angle of 47.41º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6A837 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 168 55 -
CMYK 0 0.15 0.72 0.22
HSL 47.41º 0.57% 0.5% -
HSV(B) 47.41º 0.72% 0.78% -
XYZ 37.98 40.29 9.39 -
YUV 164.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 198 168 55 0 0.15 0.72 0.22 47.41 0.57 0.5
Hex C6 A8 37 0 F 48 16 2F 39 32
Octal 306 250 67 0 17 110 26 57 71 62
Binary 11000110 10101000 110111 0 1111 1001000 10110 101111 111001 110010

Color Harmonies of #C6A837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A837

Black with #C6A837

Text Example


Text Example

White with #C6A837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A837; }

 p { color: rgb(198,168,55); }

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

background-color css

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

 a { background-color: rgb(198,168,55); }

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

border-color css

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

 span { border-color: rgb(198,168,55); }

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