Html Css Color HEX #C6AD06 La Rioja

📋 copy color: '#C6AD06'

red 198 ◦ green 173 ◦ blue 6

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

Shades of La Rioja #C6AD06

Tints of La Rioja #C6AD06

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 value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6AD06 (or 0xC6AD06) is known color: 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

RGB 198 173 6 -
CMYK 0 0.13 0.97 0.22
HSL 52.19º 0.94% 0.4% -
HSV(B) 52.19º 0.97% 0.78% -
XYZ 38.27 41.91 6.24 -
YUV 161.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 198 173 6 0 0.13 0.97 0.22 52.19 0.94 0.4
Hex C6 AD 6 0 D 61 16 34 5E 28
Octal 306 255 6 0 15 141 26 64 136 50
Binary 11000110 10101101 110 0 1101 1100001 10110 110100 1011110 101000

Color Harmonies of #C6AD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD06

Black with #C6AD06

Text Example


Text Example

White with #C6AD06

Text Example


Text Example

HTML Codes & Css Web 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>