#CF9F6D

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

Shades of Fallow #CF9F6D

Tints of Fallow #CF9F6D

Color information

#CF9F6D (or 0xCF9F6D) is unknown color: approx Fallow. HEX triplet: CF, 9F and 6D. RGB value is (207,159,109). Sum of RGB (Red+Green+Blue) = 207+159+109=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F6D is #306092. Grayscale: #A7A7A7. Windows color (decimal): -3170451 or 7184335. OLE color: 7184335.

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

Color convert

RGB207159109-
CMYK00.230.470.19
HSL30.61º50.52%61.96%-
HSV(B)30.61º47.34%81.18%-
XYZ40.8939.1719.87-
YUV167.6594.9156.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=43.58%
G=33.47%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715910900.230.470.1930.6150.5261.96
HexCF9F6D0172F131f333e
Octal3172371550275723376376
Binary110011111001111111011010101111011111001111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F6D; }

 p { color: rgb(207,159,109); }

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

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

 a { background-color: rgb(207,159,109); }

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

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

 span { border-color: rgb(207,159,109); }

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