Html Css Color HEX #C6A070 Fallow

📋 copy color: '#C6A070'

red 198 ◦ green 160 ◦ blue 112

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

Shades of Fallow #C6A070

Tints of Fallow #C6A070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 42.13%
G = 34.04%
B = 23.83%

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

#C6A070 (or 0xC6A070) is known color: Fallow. HEX triplet: C6, A0 and 70. RGB value is (198,160,112). Sum of RGB (Red+Green+Blue) = 198+160+112=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A070 is #395F8F. Grayscale: #A6A6A6. Windows color (decimal): -3760016 or 7381190. OLE color: 7381190.

HSL color Cylindrical-coordinate representation of color #C6A070: hue angle of 33.49º 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 #C6A070 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 160 112 -
CMYK 0 0.19 0.43 0.22
HSL 33.49º 0.43% 0.61% -
HSV(B) 33.49º 0.43% 0.78% -
XYZ 38.78 38.32 20.68 -
YUV 165.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 198 160 112 0 0.19 0.43 0.22 33.49 0.43 0.61
Hex C6 A0 70 0 13 2B 16 21 2B 3D
Octal 306 240 160 0 23 53 26 41 53 75
Binary 11000110 10100000 1110000 0 10011 101011 10110 100001 101011 111101

Color Harmonies of #C6A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A070

Black with #C6A070

Text Example


Text Example

White with #C6A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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