Html Css Color HEX #C6B729 Old Gold

📋 copy color: '#C6B729'

red 198 ◦ green 183 ◦ blue 41

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

Shades of Old Gold #C6B729

Tints of Old Gold #C6B729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 46.92%
G = 43.36%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6B729 (or 0xC6B729) is known color: Old Gold. HEX triplet: C6, B7 and 29. RGB value is (198,183,41). Sum of RGB (Red+Green+Blue) = 198+183+41=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B729 is #3948D6. Grayscale: #ABABAB. Windows color (decimal): -3754199 or 2734022. OLE color: 2734022.

HSL color Cylindrical-coordinate representation of color #C6B729: hue angle of 54.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6B729 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 183 41 -
CMYK 0 0.08 0.79 0.22
HSL 54.27º 0.66% 0.47% -
HSV(B) 54.27º 0.79% 0.78% -
XYZ 40.62 46.03 8.84 -
YUV 171.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 198 183 41 0 0.08 0.79 0.22 54.27 0.66 0.47
Hex C6 B7 29 0 8 4F 16 36 42 2F
Octal 306 267 51 0 10 117 26 66 102 57
Binary 11000110 10110111 101001 0 1000 1001111 10110 110110 1000010 101111

Color Harmonies of #C6B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B729

Black with #C6B729

Text Example


Text Example

White with #C6B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B729; }

 p { color: rgb(198,183,41); }

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

background-color css

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

 a { background-color: rgb(198,183,41); }

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

border-color css

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

 span { border-color: rgb(198,183,41); }

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