#C99D61

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

Shades of Fallow #C99D61

Tints of Fallow #C99D61

Color information

#C99D61 (or 0xC99D61) is unknown color: approx Fallow. HEX triplet: C9, 9D and 61. RGB value is (201,157,97). Sum of RGB (Red+Green+Blue) = 201+157+97=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D61 is #36629E. Grayscale: #A3A3A3. Windows color (decimal): -3564191 or 6397385. OLE color: 6397385.

HSL color Cylindrical-coordinate representation of color #C99D61: hue angle of 34.62º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99D61 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20115797-
CMYK00.220.520.21
HSL34.62º49.06%58.43%-
HSV(B)34.62º51.74%78.82%-
XYZ38.337.3916.51-
YUV163.3290.58154.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=44.18%
G=34.51%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011579700.220.520.2134.6249.0658.43
HexC99D61016341523313a
Octal3112351410266425436172
Binary1100100110011101110000101011011010010101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D61; }

 p { color: rgb(201,157,97); }

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

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

 a { background-color: rgb(201,157,97); }

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

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

 span { border-color: rgb(201,157,97); }

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