#C69C6F

Color #C69C6F Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C69C6F

Tints of Fallow #C69C6F

Color information

#C69C6F (or 0xC69C6F) is unknown color: approx Fallow. HEX triplet: C6, 9C and 6F. RGB value is (198,156,111). Sum of RGB (Red+Green+Blue) = 198+156+111=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C6F is #396390. Grayscale: #A3A3A3. Windows color (decimal): -3761041 or 7314630. OLE color: 7314630.

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

Color convert

RGB198156111-
CMYK00.210.440.22
HSL31.03º43.28%60.59%-
HSV(B)31.03º43.94%77.65%-
XYZ38.0536.9320.16-
YUV163.4398.41152.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=42.58%
G=33.55%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815611100.210.440.2231.0343.2860.59
HexC69C6F0152C161f2b3d
Octal3062341570255426375375
Binary110001101001110011011110101011011001011011111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C6F; }

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

 H1.HeaderClassName
 {
   color: #C69C6F;
 }
 .AnyTagClassName
 {
   color: #C69C6F;
 }
</style>
background-color css

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

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

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

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

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

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