Html Css Color HEX #C6B13C Old Gold

📋 copy color: '#C6B13C'

red 198 ◦ green 177 ◦ blue 60

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

Shades of Old Gold #C6B13C

Tints of Old Gold #C6B13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.79%

R = 45.52%
G = 40.69%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6B13C (or 0xC6B13C) is known color: Old Gold. HEX triplet: C6, B1 and 3C. RGB value is (198,177,60). Sum of RGB (Red+Green+Blue) = 198+177+60=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B13C is #394EC3. Grayscale: #AAAAAA. Windows color (decimal): -3755716 or 3977670. OLE color: 3977670.

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

Color convert

RGB 198 177 60 -
CMYK 0 0.11 0.70 0.22
HSL 50.87º 0.55% 0.51% -
HSV(B) 50.87º 0.7% 0.78% -
XYZ 39.83 43.78 10.63 -
YUV 169.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 198 177 60 0 0.11 0.70 0.22 50.87 0.55 0.51
Hex C6 B1 3C 0 B 46 16 33 37 33
Octal 306 261 74 0 13 106 26 63 67 63
Binary 11000110 10110001 111100 0 1011 1000110 10110 110011 110111 110011

Color Harmonies of #C6B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B13C

Black with #C6B13C

Text Example


Text Example

White with #C6B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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