#C69375

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

Shades of Feldspar #C69375

Tints of Feldspar #C69375

Color information

#C69375 (or 0xC69375) is unknown color: approx Feldspar. HEX triplet: C6, 93 and 75. RGB value is (198,147,117). Sum of RGB (Red+Green+Blue) = 198+147+117=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C69375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69375 is #396C8A. Grayscale: #9F9F9F. Windows color (decimal): -3763339 or 7705542. OLE color: 7705542.

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

Color convert

RGB198147117-
CMYK00.260.410.22
HSL22.22º41.54%61.76%-
HSV(B)22.22º40.91%77.65%-
XYZ36.9334.1621.48-
YUV158.83104.4155.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=42.86%
G=31.82%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814711700.260.410.2222.2241.5461.76
HexC6937501A2916162a3e
Octal3062231650325126265276
Binary110001101001001111101010110101010011011010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69375; }

 p { color: rgb(198,147,117); }

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

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

 a { background-color: rgb(198,147,117); }

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

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

 span { border-color: rgb(198,147,117); }

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