#C6AE06

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

Shades of La Rioja #C6AE06

Tints of La Rioja #C6AE06

Color information

#C6AE06 (or 0xC6AE06) is unknown color: approx La Rioja. HEX triplet: C6, AE and 06. RGB value is (198,174,6). Sum of RGB (Red+Green+Blue) = 198+174+6=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AE06 is #3951F9. Grayscale: #A2A2A2. Windows color (decimal): -3756538 or 437958. OLE color: 437958.

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

Color convert

RGB1981746-
CMYK00.120.970.22
HSL52.5º94.12%40%-
HSV(B)52.5º96.97%77.65%-
XYZ38.4642.296.31-
YUV162.0239.95153.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 6 (2.73% from 255) = 1.59%
R=52.38%
G=46.03%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198174600.120.970.2252.594.1240
HexC6AE60C6116345e28
Octal3062566014141266413650
Binary1100011010101110110011001100001101101101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE06; }

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

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

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

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

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

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

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

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