#C6916F

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

Shades of Feldspar #C6916F

Tints of Feldspar #C6916F

Color information

#C6916F (or 0xC6916F) is unknown color: approx Feldspar. HEX triplet: C6, 91 and 6F. RGB value is (198,145,111). Sum of RGB (Red+Green+Blue) = 198+145+111=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6916F is #396E90. Grayscale: #9D9D9D. Windows color (decimal): -3763857 or 7311814. OLE color: 7311814.

HSL color Cylindrical-coordinate representation of color #C6916F: hue angle of 23.45º 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 #C6916F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198145111-
CMYK00.270.440.22
HSL23.45º43.28%60.59%-
HSV(B)23.45º43.94%77.65%-
XYZ36.2833.419.57-
YUV156.97102.06157.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 145 (57.03% from 255) = 31.94%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=43.61%
G=31.94%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814511100.270.440.2223.4543.2860.59
HexC6916F01B2C16172b3d
Octal3062211570335426275375
Binary110001101001000111011110110111011001011010111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6916F; }

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

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

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

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

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

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

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

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