Html Css Color HEX #C6B541 Old Gold

📋 copy color: '#C6B541'

red 198 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #C6B541

Tints of Old Gold #C6B541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 44.59%
G = 40.77%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6B541 (or 0xC6B541) is known color: Old Gold. HEX triplet: C6, B5 and 41. RGB value is (198,181,65). Sum of RGB (Red+Green+Blue) = 198+181+65=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B541 is #394ABE. Grayscale: #ADADAD. Windows color (decimal): -3754687 or 4306374. OLE color: 4306374.

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

Color convert

RGB 198 181 65 -
CMYK 0 0.09 0.67 0.22
HSL 52.33º 0.54% 0.52% -
HSV(B) 52.33º 0.67% 0.78% -
XYZ 40.77 45.44 11.62 -
YUV 172.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 198 181 65 0 0.09 0.67 0.22 52.33 0.54 0.52
Hex C6 B5 41 0 9 43 16 34 36 34
Octal 306 265 101 0 11 103 26 64 66 64
Binary 11000110 10110101 1000001 0 1001 1000011 10110 110100 110110 110100

Color Harmonies of #C6B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B541

Black with #C6B541

Text Example


Text Example

White with #C6B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B541; }

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

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

background-color css

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

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

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

border-color css

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

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

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