Html Css Color HEX #C6B742 Old Gold

📋 copy color: '#C6B742'

red 198 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #C6B742

Tints of Old Gold #C6B742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 44.3%
G = 40.94%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6B742 (or 0xC6B742) is known color: Old Gold. HEX triplet: C6, B7 and 42. RGB value is (198,183,66). Sum of RGB (Red+Green+Blue) = 198+183+66=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B742 is #3948BD. Grayscale: #AEAEAE. Windows color (decimal): -3754174 or 4372422. OLE color: 4372422.

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

Color convert

RGB 198 183 66 -
CMYK 0 0.08 0.67 0.22
HSL 53.18º 0.54% 0.52% -
HSV(B) 53.18º 0.67% 0.78% -
XYZ 41.21 46.27 11.91 -
YUV 174.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 198 183 66 0 0.08 0.67 0.22 53.18 0.54 0.52
Hex C6 B7 42 0 8 43 16 35 36 34
Octal 306 267 102 0 10 103 26 65 66 64
Binary 11000110 10110111 1000010 0 1000 1000011 10110 110101 110110 110100

Color Harmonies of #C6B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B742

Black with #C6B742

Text Example


Text Example

White with #C6B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B742; }

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

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

background-color css

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

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

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

border-color css

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

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

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