Html Css Color HEX #C6BA40 Old Gold

📋 copy color: '#C6BA40'

red 198 ◦ green 186 ◦ blue 64

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

Shades of Old Gold #C6BA40

Tints of Old Gold #C6BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 44.2%
G = 41.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6BA40 (or 0xC6BA40) is known color: Old Gold. HEX triplet: C6, BA and 40. RGB value is (198,186,64). Sum of RGB (Red+Green+Blue) = 198+186+64=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA40 is #3945BF. Grayscale: #B0B0B0. Windows color (decimal): -3753408 or 4242118. OLE color: 4242118.

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

Color convert

RGB 198 186 64 -
CMYK 0 0.06 0.68 0.22
HSL 54.63º 0.54% 0.51% -
HSV(B) 54.63º 0.68% 0.78% -
XYZ 41.77 47.49 11.82 -
YUV 175.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 198 186 64 0 0.06 0.68 0.22 54.63 0.54 0.51
Hex C6 BA 40 0 6 44 16 37 36 33
Octal 306 272 100 0 6 104 26 67 66 63
Binary 11000110 10111010 1000000 0 110 1000100 10110 110111 110110 110011

Color Harmonies of #C6BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA40

Black with #C6BA40

Text Example


Text Example

White with #C6BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA40; }

 p { color: rgb(198,186,64); }

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

background-color css

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

 a { background-color: rgb(198,186,64); }

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

border-color css

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

 span { border-color: rgb(198,186,64); }

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