Html Css Color HEX #C6B60B La Rioja

📋 copy color: '#C6B60B'

red 198 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #C6B60B

Tints of La Rioja #C6B60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.81%

R = 50.64%
G = 46.55%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6B60B (or 0xC6B60B) is known color: La Rioja. HEX triplet: C6, B6 and 0B. RGB value is (198,182,11). Sum of RGB (Red+Green+Blue) = 198+182+11=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B60B is #3949F4. Grayscale: #A7A7A7. Windows color (decimal): -3754485 or 767686. OLE color: 767686.

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

Color convert

RGB 198 182 11 -
CMYK 0 0.08 0.94 0.22
HSL 54.87º 0.89% 0.41% -
HSV(B) 54.87º 0.94% 0.78% -
XYZ 40.08 45.49 6.98 -
YUV 167.29 39.8 149.9 -
System Red Green Blue C M Y K H S L
Decimal 198 182 11 0 0.08 0.94 0.22 54.87 0.89 0.41
Hex C6 B6 B 0 8 5E 16 37 59 29
Octal 306 266 13 0 10 136 26 67 131 51
Binary 11000110 10110110 1011 0 1000 1011110 10110 110111 1011001 101001

Color Harmonies of #C6B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B60B

Black with #C6B60B

Text Example


Text Example

White with #C6B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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