#C6896F

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

Shades of Feldspar #C6896F

Tints of Feldspar #C6896F

Color information

#C6896F (or 0xC6896F) is unknown color: approx Feldspar. HEX triplet: C6, 89 and 6F. RGB value is (198,137,111). Sum of RGB (Red+Green+Blue) = 198+137+111=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6896F is #397690. Grayscale: #989898. Windows color (decimal): -3765905 or 7309766. OLE color: 7309766.

HSL color Cylindrical-coordinate representation of color #C6896F: hue angle of 17.93º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6896F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198137111-
CMYK00.310.440.22
HSL17.93º43.28%60.59%-
HSV(B)17.93º43.94%77.65%-
XYZ35.131.0419.18-
YUV152.27104.71160.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=44.39%
G=30.72%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813711100.310.440.2217.9343.2860.59
HexC6896F01F2C16122b3d
Octal3062111570375426225375
Binary110001101000100111011110111111011001011010010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6896F; }

 p { color: rgb(198,137,111); }

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

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

 a { background-color: rgb(198,137,111); }

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

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

 span { border-color: rgb(198,137,111); }

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