#C68B74

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

Shades of Feldspar #C68B74

Tints of Feldspar #C68B74

Color information

#C68B74 (or 0xC68B74) is unknown color: approx Feldspar. HEX triplet: C6, 8B and 74. RGB value is (198,139,116). Sum of RGB (Red+Green+Blue) = 198+139+116=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B74 is #39748B. Grayscale: #9A9A9A. Windows color (decimal): -3765388 or 7637958. OLE color: 7637958.

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

Color convert

RGB198139116-
CMYK00.300.410.22
HSL16.83º41.84%61.57%-
HSV(B)16.83º41.41%77.65%-
XYZ35.6731.7320.77-
YUV154.02106.55159.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=43.71%
G=30.68%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813911600.300.410.2216.8341.8461.57
HexC68B7401E2916112a3e
Octal3062131640365126215276
Binary110001101000101111101000111101010011011010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B74; }

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

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

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

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

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

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

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

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