Html Css Color HEX #C6B63E Old Gold

📋 copy color: '#C6B63E'

red 198 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #C6B63E

Tints of Old Gold #C6B63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 44.8%
G = 41.18%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6B63E (or 0xC6B63E) is known color: Old Gold. HEX triplet: C6, B6 and 3E. RGB value is (198,182,62). Sum of RGB (Red+Green+Blue) = 198+182+62=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B63E is #3949C1. Grayscale: #ADADAD. Windows color (decimal): -3754434 or 4110022. OLE color: 4110022.

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

Color convert

RGB 198 182 62 -
CMYK 0 0.08 0.69 0.22
HSL 52.94º 0.54% 0.51% -
HSV(B) 52.94º 0.69% 0.78% -
XYZ 40.89 45.81 11.24 -
YUV 173.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 198 182 62 0 0.08 0.69 0.22 52.94 0.54 0.51
Hex C6 B6 3E 0 8 45 16 35 36 33
Octal 306 266 76 0 10 105 26 65 66 63
Binary 11000110 10110110 111110 0 1000 1000101 10110 110101 110110 110011

Color Harmonies of #C6B63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B63E

Black with #C6B63E

Text Example


Text Example

White with #C6B63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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