#C6AD06

Color #C6AD06 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C6AD06

Tints of La Rioja #C6AD06

Color information

#C6AD06 (or 0xC6AD06) is unknown color: approx La Rioja. HEX triplet: C6, AD and 06. RGB value is (198,173,6). Sum of RGB (Red+Green+Blue) = 198+173+6=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AD06 is #3952F9. Grayscale: #A2A2A2. Windows color (decimal): -3756794 or 437702. OLE color: 437702.

HSL color Cylindrical-coordinate representation of color #C6AD06: hue angle of 52.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6AD06 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1981736-
CMYK00.130.970.22
HSL52.19º94.12%40%-
HSV(B)52.19º96.97%77.65%-
XYZ38.2741.916.24-
YUV161.4440.28154.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 173 (67.97% from 255) = 45.89%
BLUE value IS 6 (2.73% from 255) = 1.59%
R=52.52%
G=45.89%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198173600.130.970.2252.1994.1240
HexC6AD60D6116345e28
Octal3062556015141266413650
Binary1100011010101101110011011100001101101101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AD06; }

 p { color: rgb(198,173,6); }

 H1.HeaderClassName
 {
   color: #C6AD06;
 }
 .AnyTagClassName
 {
   color: #C6AD06;
 }
</style>
background-color css

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

 a { background-color: rgb(198,173,6); }

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

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

 span { border-color: rgb(198,173,6); }

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