Html Css Color HEX #C6B344 Old Gold

📋 copy color: '#C6B344'

red 198 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #C6B344

Tints of Old Gold #C6B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 68 (26.95% from 255) = 15.28%

R = 44.49%
G = 40.22%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C6B344 (or 0xC6B344) is known color: Old Gold. HEX triplet: C6, B3 and 44. RGB value is (198,179,68). Sum of RGB (Red+Green+Blue) = 198+179+68=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B344 is #394CBB. Grayscale: #ACACAC. Windows color (decimal): -3755196 or 4502470. OLE color: 4502470.

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

Color convert

RGB 198 179 68 -
CMYK 0 0.10 0.66 0.22
HSL 51.23º 0.53% 0.52% -
HSV(B) 51.23º 0.66% 0.78% -
XYZ 40.45 44.66 11.96 -
YUV 172.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 198 179 68 0 0.10 0.66 0.22 51.23 0.53 0.52
Hex C6 B3 44 0 A 42 16 33 35 34
Octal 306 263 104 0 12 102 26 63 65 64
Binary 11000110 10110011 1000100 0 1010 1000010 10110 110011 110101 110100

Color Harmonies of #C6B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B344

Black with #C6B344

Text Example


Text Example

White with #C6B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B344; }

 p { color: rgb(198,179,68); }

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

background-color css

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

 a { background-color: rgb(198,179,68); }

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

border-color css

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

 span { border-color: rgb(198,179,68); }

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