#C69D6D

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

Shades of Fallow #C69D6D

Tints of Fallow #C69D6D

Color information

#C69D6D (or 0xC69D6D) is unknown color: approx Fallow. HEX triplet: C6, 9D and 6D. RGB value is (198,157,109). Sum of RGB (Red+Green+Blue) = 198+157+109=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D6D is #396292. Grayscale: #A4A4A4. Windows color (decimal): -3760787 or 7183814. OLE color: 7183814.

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

Color convert

RGB198157109-
CMYK00.210.450.22
HSL32.36º43.84%60.2%-
HSV(B)32.36º44.95%77.65%-
XYZ38.1137.2219.64-
YUV163.7997.08152.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=42.67%
G=33.84%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815710900.210.450.2232.3643.8460.2
HexC69D6D0152D16202c3c
Octal3062351550255526405474
Binary1100011010011101110110101010110110110110100000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D6D; }

 p { color: rgb(198,157,109); }

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

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

 a { background-color: rgb(198,157,109); }

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

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

 span { border-color: rgb(198,157,109); }

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