#C6937D

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

Shades of Feldspar #C6937D

Tints of Feldspar #C6937D

Color information

#C6937D (or 0xC6937D) is unknown color: approx Feldspar. HEX triplet: C6, 93 and 7D. RGB value is (198,147,125). Sum of RGB (Red+Green+Blue) = 198+147+125=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6937D is #396C82. Grayscale: #9F9F9F. Windows color (decimal): -3763331 or 8229830. OLE color: 8229830.

HSL color Cylindrical-coordinate representation of color #C6937D: hue angle of 18.08º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6937D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198147125-
CMYK00.260.370.22
HSL18.08º39.04%63.33%-
HSV(B)18.08º36.87%77.65%-
XYZ37.4234.3524.06-
YUV159.74108.4155.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=42.13%
G=31.28%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814712500.260.370.2218.0839.0463.33
HexC6937D01A251612273f
Octal3062231750324526224777
Binary110001101001001111111010110101001011011010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6937D; }

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

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

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

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

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

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

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

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