Html Css Color HEX #C6B13A Old Gold

📋 copy color: '#C6B13A'

red 198 ◦ green 177 ◦ blue 58

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

Shades of Old Gold #C6B13A

Tints of Old Gold #C6B13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 45.73%
G = 40.88%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6B13A (or 0xC6B13A) is known color: Old Gold. HEX triplet: C6, B1 and 3A. RGB value is (198,177,58). Sum of RGB (Red+Green+Blue) = 198+177+58=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B13A is #394EC5. Grayscale: #AAAAAA. Windows color (decimal): -3755718 or 3846598. OLE color: 3846598.

HSL color Cylindrical-coordinate representation of color #C6B13A: hue angle of 51º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6B13A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 177 58 -
CMYK 0 0.11 0.71 0.22
HSL 51º 0.55% 0.5% -
HSV(B) 51º 0.71% 0.78% -
XYZ 39.77 43.76 10.35 -
YUV 169.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 198 177 58 0 0.11 0.71 0.22 51 0.55 0.5
Hex C6 B1 3A 0 B 47 16 33 37 32
Octal 306 261 72 0 13 107 26 63 67 62
Binary 11000110 10110001 111010 0 1011 1000111 10110 110011 110111 110010

Color Harmonies of #C6B13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B13A

Black with #C6B13A

Text Example


Text Example

White with #C6B13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B13A; }

 p { color: rgb(198,177,58); }

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

background-color css

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

 a { background-color: rgb(198,177,58); }

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

border-color css

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

 span { border-color: rgb(198,177,58); }

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