#C69D76

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

Shades of Fallow #C69D76

Tints of Fallow #C69D76

Color information

#C69D76 (or 0xC69D76) is unknown color: approx Fallow. HEX triplet: C6, 9D and 76. RGB value is (198,157,118). Sum of RGB (Red+Green+Blue) = 198+157+118=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D76 is #396289. Grayscale: #A5A5A5. Windows color (decimal): -3760778 or 7773638. OLE color: 7773638.

HSL color Cylindrical-coordinate representation of color #C69D76: hue angle of 29.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69D76 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198157118-
CMYK00.210.400.22
HSL29.25º41.24%61.96%-
HSV(B)29.25º40.4%77.65%-
XYZ38.6237.4322.33-
YUV164.81101.58151.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=41.86%
G=33.19%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815711800.210.400.2229.2541.2461.96
HexC69D7601528161d293e
Octal3062351660255026355176
Binary110001101001110111101100101011010001011011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D76; }

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

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

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

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

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

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

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

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