Html Css Color HEX #C6906D Feldspar

📋 copy color: '#C6906D'

red 198 ◦ green 144 ◦ blue 109

#C6906D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #C6906D

Tints of Feldspar #C6906D

RGB

 RED value IS 198 (77.73% from 255) = 43.9%

 GREEN value IS 144 (56.64% from 255) = 31.93%

 BLUE value IS 109 (42.97% from 255) = 24.17%

R = 43.9%
G = 31.93%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6906D (or 0xC6906D) is known color: Feldspar. HEX triplet: C6, 90 and 6D. RGB value is (198,144,109). Sum of RGB (Red+Green+Blue) = 198+144+109=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6906D is #396F92. Grayscale: #9C9C9C. Windows color (decimal): -3764115 or 7180486. OLE color: 7180486.

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

Color convert

RGB 198 144 109 -
CMYK 0 0.27 0.45 0.22
HSL 23.6º 0.44% 0.6% -
HSV(B) 23.6º 0.45% 0.78% -
XYZ 36.02 33.06 18.95 -
YUV 156.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 198 144 109 0 0.27 0.45 0.22 23.6 0.44 0.6
Hex C6 90 6D 0 1B 2D 16 18 2C 3C
Octal 306 220 155 0 33 55 26 30 54 74
Binary 11000110 10010000 1101101 0 11011 101101 10110 11000 101100 111100

Color Harmonies of #C6906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6906D

Black with #C6906D

Text Example


Text Example

White with #C6906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6906D; }

 p { color: rgb(198,144,109); }

 H1.HeaderClassName
 {
   color: #C6906D;
 }
 .AnyTagClassName
 {
   color: #C6906D;
 }
</style>

background-color css

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

 a { background-color: rgb(198,144,109); }

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

border-color css

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

 span { border-color: rgb(198,144,109); }

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