#C6B605

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

Shades of La Rioja #C6B605

Tints of La Rioja #C6B605

Color information

#C6B605 (or 0xC6B605) is unknown color: approx La Rioja. HEX triplet: C6, B6 and 05. RGB value is (198,182,5). Sum of RGB (Red+Green+Blue) = 198+182+5=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B605 is #3949FA. Grayscale: #A7A7A7. Windows color (decimal): -3754491 or 374470. OLE color: 374470.

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

Color convert

RGB1981825-
CMYK00.080.970.22
HSL55.03º95.07%39.8%-
HSV(B)55.03º97.47%77.65%-
XYZ40.0445.476.81-
YUV166.6136.8150.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 5 (2.34% from 255) = 1.30%
R=51.43%
G=47.27%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198182500.080.970.2255.0395.0739.8
HexC6B65086116375f28
Octal3062665010141266713750
Binary1100011010110110101010001100001101101101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B605; }

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

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

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

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

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

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

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

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