Html Css Color HEX #C6B943 Old Gold

📋 copy color: '#C6B943'

red 198 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #C6B943

Tints of Old Gold #C6B943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 44%
G = 41.11%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6B943 (or 0xC6B943) is known color: Old Gold. HEX triplet: C6, B9 and 43. RGB value is (198,185,67). Sum of RGB (Red+Green+Blue) = 198+185+67=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B943 is #3946BC. Grayscale: #AFAFAF. Windows color (decimal): -3753661 or 4438470. OLE color: 4438470.

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

Color convert

RGB 198 185 67 -
CMYK 0 0.07 0.66 0.22
HSL 54.05º 0.53% 0.52% -
HSV(B) 54.05º 0.66% 0.78% -
XYZ 41.65 47.11 12.21 -
YUV 175.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 198 185 67 0 0.07 0.66 0.22 54.05 0.53 0.52
Hex C6 B9 43 0 7 42 16 36 35 34
Octal 306 271 103 0 7 102 26 66 65 64
Binary 11000110 10111001 1000011 0 111 1000010 10110 110110 110101 110100

Color Harmonies of #C6B943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B943

Black with #C6B943

Text Example


Text Example

White with #C6B943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B943; }

 p { color: rgb(198,185,67); }

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

background-color css

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

 a { background-color: rgb(198,185,67); }

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

border-color css

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

 span { border-color: rgb(198,185,67); }

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