Html Css Color HEX #C6A06F Fallow

📋 copy color: '#C6A06F'

red 198 ◦ green 160 ◦ blue 111

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

Shades of Fallow #C6A06F

Tints of Fallow #C6A06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.12%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 42.22%
G = 34.12%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6A06F (or 0xC6A06F) is known color: Fallow. HEX triplet: C6, A0 and 6F. RGB value is (198,160,111). Sum of RGB (Red+Green+Blue) = 198+160+111=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A06F is #395F90. Grayscale: #A6A6A6. Windows color (decimal): -3760017 or 7315654. OLE color: 7315654.

HSL color Cylindrical-coordinate representation of color #C6A06F: hue angle of 33.79º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6A06F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 111 -
CMYK 0 0.19 0.44 0.22
HSL 33.79º 0.43% 0.61% -
HSV(B) 33.79º 0.44% 0.78% -
XYZ 38.73 38.3 20.39 -
YUV 165.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 198 160 111 0 0.19 0.44 0.22 33.79 0.43 0.61
Hex C6 A0 6F 0 13 2C 16 22 2B 3D
Octal 306 240 157 0 23 54 26 42 53 75
Binary 11000110 10100000 1101111 0 10011 101100 10110 100010 101011 111101

Color Harmonies of #C6A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A06F

Black with #C6A06F

Text Example


Text Example

White with #C6A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A06F; }

 p { color: rgb(198,160,111); }

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

background-color css

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

 a { background-color: rgb(198,160,111); }

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

border-color css

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

 span { border-color: rgb(198,160,111); }

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