Html Css Color HEX #C6B643 Old Gold

📋 copy color: '#C6B643'

red 198 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #C6B643

Tints of Old Gold #C6B643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

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

R = 44.3%
G = 40.72%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6B643 (or 0xC6B643) is known color: Old Gold. HEX triplet: C6, B6 and 43. RGB value is (198,182,67). Sum of RGB (Red+Green+Blue) = 198+182+67=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B643 is #3949BC. Grayscale: #AEAEAE. Windows color (decimal): -3754429 or 4437702. OLE color: 4437702.

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

Color convert

RGB 198 182 67 -
CMYK 0 0.08 0.66 0.22
HSL 52.67º 0.53% 0.52% -
HSV(B) 52.67º 0.66% 0.78% -
XYZ 41.03 45.87 12 -
YUV 173.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 198 182 67 0 0.08 0.66 0.22 52.67 0.53 0.52
Hex C6 B6 43 0 8 42 16 35 35 34
Octal 306 266 103 0 10 102 26 65 65 64
Binary 11000110 10110110 1000011 0 1000 1000010 10110 110101 110101 110100

Color Harmonies of #C6B643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B643

Black with #C6B643

Text Example


Text Example

White with #C6B643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B643; }

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

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

background-color css

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

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

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

border-color css

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

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

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