Html Css Color HEX #C6AB3F Old Gold

📋 copy color: '#C6AB3F'

red 198 ◦ green 171 ◦ blue 63

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

Shades of Old Gold #C6AB3F

Tints of Old Gold #C6AB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 63 (25% from 255) = 14.58%

R = 45.83%
G = 39.58%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6AB3F (or 0xC6AB3F) is known color: Old Gold. HEX triplet: C6, AB and 3F. RGB value is (198,171,63). Sum of RGB (Red+Green+Blue) = 198+171+63=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB3F is #3954C0. Grayscale: #A7A7A7. Windows color (decimal): -3757249 or 4172742. OLE color: 4172742.

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

Color convert

RGB 198 171 63 -
CMYK 0 0.14 0.68 0.22
HSL 48º 0.54% 0.51% -
HSV(B) 48º 0.68% 0.78% -
XYZ 38.75 41.49 10.67 -
YUV 166.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 198 171 63 0 0.14 0.68 0.22 48 0.54 0.51
Hex C6 AB 3F 0 E 44 16 30 36 33
Octal 306 253 77 0 16 104 26 60 66 63
Binary 11000110 10101011 111111 0 1110 1000100 10110 110000 110110 110011

Color Harmonies of #C6AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB3F

Black with #C6AB3F

Text Example


Text Example

White with #C6AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB3F; }

 p { color: rgb(198,171,63); }

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

background-color css

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

 a { background-color: rgb(198,171,63); }

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

border-color css

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

 span { border-color: rgb(198,171,63); }

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