#C68C6F

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

Shades of Feldspar #C68C6F

Tints of Feldspar #C68C6F

Color information

#C68C6F (or 0xC68C6F) is unknown color: approx Feldspar. HEX triplet: C6, 8C and 6F. RGB value is (198,140,111). Sum of RGB (Red+Green+Blue) = 198+140+111=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C6F is #397390. Grayscale: #9A9A9A. Windows color (decimal): -3765137 or 7310534. OLE color: 7310534.

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

Color convert

RGB198140111-
CMYK00.290.440.22
HSL20º43.28%60.59%-
HSV(B)20º43.94%77.65%-
XYZ35.5431.9119.33-
YUV154.04103.72159.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=44.10%
G=31.18%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814011100.290.440.222043.2860.59
HexC68C6F01D2C16142b3d
Octal3062141570355426245375
Binary110001101000110011011110111011011001011010100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C6F; }

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

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

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

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

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

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

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

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