Html Css Color HEX #C6B53E Old Gold

📋 copy color: '#C6B53E'

red 198 ◦ green 181 ◦ blue 62

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

Shades of Old Gold #C6B53E

Tints of Old Gold #C6B53E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

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

R = 44.9%
G = 41.04%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6B53E (or 0xC6B53E) is known color: Old Gold. HEX triplet: C6, B5 and 3E. RGB value is (198,181,62). Sum of RGB (Red+Green+Blue) = 198+181+62=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B53E is #394AC1. Grayscale: #ADADAD. Windows color (decimal): -3754690 or 4109766. OLE color: 4109766.

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

Color convert

RGB 198 181 62 -
CMYK 0 0.09 0.69 0.22
HSL 52.5º 0.54% 0.51% -
HSV(B) 52.5º 0.69% 0.78% -
XYZ 40.68 45.4 11.18 -
YUV 172.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 198 181 62 0 0.09 0.69 0.22 52.5 0.54 0.51
Hex C6 B5 3E 0 9 45 16 34 36 33
Octal 306 265 76 0 11 105 26 64 66 63
Binary 11000110 10110101 111110 0 1001 1000101 10110 110100 110110 110011

Color Harmonies of #C6B53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B53E

Black with #C6B53E

Text Example


Text Example

White with #C6B53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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