Html Css Color HEX #C6BA41 Old Gold

📋 copy color: '#C6BA41'

red 198 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #C6BA41

Tints of Old Gold #C6BA41

RGB

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

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

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

R = 44.1%
G = 41.43%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6BA41 (or 0xC6BA41) is known color: Old Gold. HEX triplet: C6, BA and 41. RGB value is (198,186,65). Sum of RGB (Red+Green+Blue) = 198+186+65=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA41 is #3945BE. Grayscale: #B0B0B0. Windows color (decimal): -3753407 or 4307654. OLE color: 4307654.

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

Color convert

RGB 198 186 65 -
CMYK 0 0.06 0.67 0.22
HSL 54.59º 0.54% 0.52% -
HSV(B) 54.59º 0.67% 0.78% -
XYZ 41.8 47.51 11.97 -
YUV 175.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 198 186 65 0 0.06 0.67 0.22 54.59 0.54 0.52
Hex C6 BA 41 0 6 43 16 37 36 34
Octal 306 272 101 0 6 103 26 67 66 64
Binary 11000110 10111010 1000001 0 110 1000011 10110 110111 110110 110100

Color Harmonies of #C6BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA41

Black with #C6BA41

Text Example


Text Example

White with #C6BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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