Html Css Color HEX #C6B847 Old Gold

📋 copy color: '#C6B847'

red 198 ◦ green 184 ◦ blue 71

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

Shades of Old Gold #C6B847

Tints of Old Gold #C6B847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 43.71%
G = 40.62%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6B847 (or 0xC6B847) is known color: Old Gold. HEX triplet: C6, B8 and 47. RGB value is (198,184,71). Sum of RGB (Red+Green+Blue) = 198+184+71=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B847 is #3947B8. Grayscale: #AFAFAF. Windows color (decimal): -3753913 or 4700358. OLE color: 4700358.

HSL color Cylindrical-coordinate representation of color #C6B847: hue angle of 53.39º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B847 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 71 -
CMYK 0 0.07 0.64 0.22
HSL 53.39º 0.53% 0.53% -
HSV(B) 53.39º 0.64% 0.78% -
XYZ 41.57 46.74 12.79 -
YUV 175.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 198 184 71 0 0.07 0.64 0.22 53.39 0.53 0.53
Hex C6 B8 47 0 7 40 16 35 35 35
Octal 306 270 107 0 7 100 26 65 65 65
Binary 11000110 10111000 1000111 0 111 1000000 10110 110101 110101 110101

Color Harmonies of #C6B847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B847

Black with #C6B847

Text Example


Text Example

White with #C6B847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B847; }

 p { color: rgb(198,184,71); }

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

background-color css

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

 a { background-color: rgb(198,184,71); }

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

border-color css

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

 span { border-color: rgb(198,184,71); }

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