Html Css Color HEX #C6B440 Old Gold

📋 copy color: '#C6B440'

red 198 ◦ green 180 ◦ blue 64

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

Shades of Old Gold #C6B440

Tints of Old Gold #C6B440

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 44.8%
G = 40.72%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6B440 (or 0xC6B440) is known color: Old Gold. HEX triplet: C6, B4 and 40. RGB value is (198,180,64). Sum of RGB (Red+Green+Blue) = 198+180+64=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B440 is #394BBF. Grayscale: #ACACAC. Windows color (decimal): -3754944 or 4240582. OLE color: 4240582.

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

Color convert

RGB 198 180 64 -
CMYK 0 0.09 0.68 0.22
HSL 51.94º 0.54% 0.51% -
HSV(B) 51.94º 0.68% 0.78% -
XYZ 40.54 45.02 11.4 -
YUV 172.16 66.96 146.43 -
System Red Green Blue C M Y K H S L
Decimal 198 180 64 0 0.09 0.68 0.22 51.94 0.54 0.51
Hex C6 B4 40 0 9 44 16 34 36 33
Octal 306 264 100 0 11 104 26 64 66 63
Binary 11000110 10110100 1000000 0 1001 1000100 10110 110100 110110 110011

Color Harmonies of #C6B440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B440

Black with #C6B440

Text Example


Text Example

White with #C6B440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B440; }

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

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

background-color css

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

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

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

border-color css

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

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

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