#C68B6E

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

Shades of Feldspar #C68B6E

Tints of Feldspar #C68B6E

Color information

#C68B6E (or 0xC68B6E) is unknown color: approx Feldspar. HEX triplet: C6, 8B and 6E. RGB value is (198,139,110). Sum of RGB (Red+Green+Blue) = 198+139+110=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B6E is #397491. Grayscale: #999999. Windows color (decimal): -3765394 or 7244742. OLE color: 7244742.

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

Color convert

RGB198139110-
CMYK00.300.440.22
HSL19.77º43.56%60.39%-
HSV(B)19.77º44.44%77.65%-
XYZ35.3431.618.99-
YUV153.33103.55159.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=44.30%
G=31.10%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813911000.300.440.2219.7743.5660.39
HexC68B6E01E2C16142c3c
Octal3062131560365426245474
Binary110001101000101111011100111101011001011010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B6E; }

 p { color: rgb(198,139,110); }

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

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

 a { background-color: rgb(198,139,110); }

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

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

 span { border-color: rgb(198,139,110); }

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