#C39960

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

Shades of Fallow #C39960

Tints of Fallow #C39960

Color information

#C39960 (or 0xC39960) is unknown color: approx Fallow. HEX triplet: C3, 99 and 60. RGB value is (195,153,96). Sum of RGB (Red+Green+Blue) = 195+153+96=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C39960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39960 is #3C669F. Grayscale: #9F9F9F. Windows color (decimal): -3958432 or 6330819. OLE color: 6330819.

HSL color Cylindrical-coordinate representation of color #C39960: hue angle of 34.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C39960 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19515396-
CMYK00.220.510.24
HSL34.55º45.21%57.06%-
HSV(B)34.55º50.77%76.47%-
XYZ36.0135.2315.97-
YUV159.0692.41153.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=43.92%
G=34.46%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951539600.220.510.2434.5545.2157.06
HexC399600163318232d39
Octal3032311400266330435571
Binary1100001110011001110000001011011001111000100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39960; }

 p { color: rgb(195,153,96); }

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

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

 a { background-color: rgb(195,153,96); }

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

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

 span { border-color: rgb(195,153,96); }

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