#C69C75

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

Shades of Fallow #C69C75

Tints of Fallow #C69C75

Color information

#C69C75 (or 0xC69C75) is unknown color: approx Fallow. HEX triplet: C6, 9C and 75. RGB value is (198,156,117). Sum of RGB (Red+Green+Blue) = 198+156+117=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C75 is #39638A. Grayscale: #A4A4A4. Windows color (decimal): -3761035 or 7707846. OLE color: 7707846.

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

Color convert

RGB198156117-
CMYK00.210.410.22
HSL28.89º41.54%61.76%-
HSV(B)28.89º40.91%77.65%-
XYZ38.3937.0721.96-
YUV164.11101.41152.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=42.04%
G=33.12%
B=24.84%

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
Decimal19815611700.210.410.2228.8941.5461.76
HexC69C7501529161d2a3e
Octal3062341650255126355276
Binary110001101001110011101010101011010011011011101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C75; }

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

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

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

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

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

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

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

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