Html Css Color HEX #C6A071 Fallow

📋 copy color: '#C6A071'

red 198 ◦ green 160 ◦ blue 113

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

Shades of Fallow #C6A071

Tints of Fallow #C6A071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 42.04%
G = 33.97%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C6A071 (or 0xC6A071) is known color: Fallow. HEX triplet: C6, A0 and 71. RGB value is (198,160,113). Sum of RGB (Red+Green+Blue) = 198+160+113=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A071 is #395F8E. Grayscale: #A6A6A6. Windows color (decimal): -3760015 or 7446726. OLE color: 7446726.

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

Color convert

RGB 198 160 113 -
CMYK 0 0.19 0.43 0.22
HSL 33.18º 0.43% 0.61% -
HSV(B) 33.18º 0.43% 0.78% -
XYZ 38.84 38.34 20.98 -
YUV 166 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 198 160 113 0 0.19 0.43 0.22 33.18 0.43 0.61
Hex C6 A0 71 0 13 2B 16 21 2B 3D
Octal 306 240 161 0 23 53 26 41 53 75
Binary 11000110 10100000 1110001 0 10011 101011 10110 100001 101011 111101

Color Harmonies of #C6A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A071

Black with #C6A071

Text Example


Text Example

White with #C6A071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A071; }

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

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

background-color css

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

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

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

border-color css

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

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

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