Html Css Color HEX #C6B100 La Rioja

📋 copy color: '#C6B100'

red 198 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #C6B100

Tints of La Rioja #C6B100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.8%
G = 47.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6B100 (or 0xC6B100) is known color: La Rioja. HEX triplet: C6, B1 and 00. RGB value is (198,177,0). Sum of RGB (Red+Green+Blue) = 198+177+0=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B100 is #394EFF. Grayscale: #A3A3A3. Windows color (decimal): -3755776 or 45510. OLE color: 45510.

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

Color convert

RGB 198 177 0 -
CMYK 0 0.11 1 0.22
HSL 53.64º 1% 0.39% -
HSV(B) 53.64º 1% 0.78% -
XYZ 39.01 43.45 6.33 -
YUV 163.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 198 177 0 0 0.11 1 0.22 53.64 1 0.39
Hex C6 B1 0 0 B 64 16 36 64 27
Octal 306 261 0 0 13 144 26 66 144 47
Binary 11000110 10110001 0 0 1011 1100100 10110 110110 1100100 100111

Color Harmonies of #C6B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B100

Black with #C6B100

Text Example


Text Example

White with #C6B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B100; }

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

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

background-color css

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

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

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

border-color css

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

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

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