#C69D74

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

Shades of Fallow #C69D74

Tints of Fallow #C69D74

Color information

#C69D74 (or 0xC69D74) is unknown color: approx Fallow. HEX triplet: C6, 9D and 74. RGB value is (198,157,116). Sum of RGB (Red+Green+Blue) = 198+157+116=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D74 is #39628B. Grayscale: #A4A4A4. Windows color (decimal): -3760780 or 7642566. OLE color: 7642566.

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

Color convert

RGB198157116-
CMYK00.210.410.22
HSL30º41.84%61.57%-
HSV(B)30º41.41%77.65%-
XYZ38.537.3821.71-
YUV164.58100.58151.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 157 (61.72% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=42.04%
G=33.33%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815711600.210.410.223041.8461.57
HexC69D7401529161e2a3e
Octal3062351640255126365276
Binary110001101001110111101000101011010011011011110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D74; }

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

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

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

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

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

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

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

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