#cf9c6f

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

Shades of Fallow #CF9C6F

Tints of Fallow #CF9C6F

Color information

#CF9C6F (or 0xCF9C6F) is unknown color: approx Fallow. HEX triplet: CF, 9C and 6F. RGB value is (207,156,111). Sum of RGB (Red+Green+Blue) = 207+156+111=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C6F is #306390. Grayscale: #A6A6A6. Windows color (decimal): -3171217 or 7314639. OLE color: 7314639.

HSL color Cylindrical-coordinate representation of color #CF9C6F: hue angle of 28.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF9C6F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207156111-
CMYK00.250.460.19
HSL28.13º50%62.35%-
HSV(B)28.13º46.38%81.18%-
XYZ40.4938.1920.28-
YUV166.1296.9157.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.67%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=43.67%
G=32.91%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715611100.250.460.1928.135062.35
HexCF9C6F0192E131c323e
Octal3172341570315623346276
Binary110011111001110011011110110011011101001111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9c6f; }

 p { color: rgb(207,156,111); }

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

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

 a { background-color: rgb(207,156,111); }

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

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

 span { border-color: rgb(207,156,111); }

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