#C69F62

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

Shades of Fallow #C69F62

Tints of Fallow #C69F62

Color information

#C69F62 (or 0xC69F62) is unknown color: approx Fallow. HEX triplet: C6, 9F and 62. RGB value is (198,159,98). Sum of RGB (Red+Green+Blue) = 198+159+98=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F62 is #39609D. Grayscale: #A3A3A3. Windows color (decimal): -3760286 or 6463430. OLE color: 6463430.

HSL color Cylindrical-coordinate representation of color #C69F62: hue angle of 36.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C69F62 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB19815998-
CMYK00.200.510.22
HSL36.6º46.73%58.04%-
HSV(B)36.6º50.51%77.65%-
XYZ37.8937.6816.83-
YUV163.7190.92152.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=43.52%
G=34.95%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981599800.200.510.2236.646.7358.04
HexC69F620143316252f3a
Octal3062371420246326455772
Binary1100011010011111110001001010011001110110100101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F62; }

 p { color: rgb(198,159,98); }

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

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

 a { background-color: rgb(198,159,98); }

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

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

 span { border-color: rgb(198,159,98); }

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