#c68e6c

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

Shades of Feldspar #C68E6C

Tints of Feldspar #C68E6C

Color information

#C68E6C (or 0xC68E6C) is unknown color: approx Feldspar. HEX triplet: C6, 8E and 6C. RGB value is (198,142,108). Sum of RGB (Red+Green+Blue) = 198+142+108=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68E6C is #397193. Grayscale: #9B9B9B. Windows color (decimal): -3764628 or 7114438. OLE color: 7114438.

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

Color convert

RGB198142108-
CMYK00.280.450.22
HSL22.67º44.12%60%-
HSV(B)22.67º45.45%77.65%-
XYZ35.6732.4318.57-
YUV154.87101.55158.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=44.20%
G=31.70%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814210800.280.450.2222.6744.1260
HexC68E6C01C2D16172c3c
Octal3062161540345526275474
Binary110001101000111011011000111001011011011010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68e6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68e6c; }

 p { color: rgb(198,142,108); }

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

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

 a { background-color: rgb(198,142,108); }

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

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

 span { border-color: rgb(198,142,108); }

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