#C69766

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

Shades of Fallow #C69766

Tints of Fallow #C69766

Color information

#C69766 (or 0xC69766) is unknown color: approx Fallow. HEX triplet: C6, 97 and 66. RGB value is (198,151,102). Sum of RGB (Red+Green+Blue) = 198+151+102=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C69766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69766 is #396899. Grayscale: #9F9F9F. Windows color (decimal): -3762330 or 6723526. OLE color: 6723526.

HSL color Cylindrical-coordinate representation of color #C69766: hue angle of 30.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69766 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198151102-
CMYK00.240.480.22
HSL30.63º45.71%58.82%-
HSV(B)30.63º48.48%77.65%-
XYZ36.7535.117.41-
YUV159.4795.57155.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=43.90%
G=33.48%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815110200.240.480.2230.6345.7158.82
HexC6976601830161f2e3b
Octal3062271460306026375673
Binary110001101001011111001100110001100001011011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69766; }

 p { color: rgb(198,151,102); }

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

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

 a { background-color: rgb(198,151,102); }

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

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

 span { border-color: rgb(198,151,102); }

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