Html Css Color HEX #C6906F Feldspar

📋 copy color: '#C6906F'

red 198 ◦ green 144 ◦ blue 111

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

Shades of Feldspar #C6906F

Tints of Feldspar #C6906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.5%

R = 43.71%
G = 31.79%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6906F (or 0xC6906F) is known color: Feldspar. HEX triplet: C6, 90 and 6F. RGB value is (198,144,111). Sum of RGB (Red+Green+Blue) = 198+144+111=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6906F is #396F90. Grayscale: #9C9C9C. Windows color (decimal): -3764113 or 7311558. OLE color: 7311558.

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

Color convert

RGB 198 144 111 -
CMYK 0 0.27 0.44 0.22
HSL 22.76º 0.43% 0.61% -
HSV(B) 22.76º 0.44% 0.78% -
XYZ 36.13 33.1 19.52 -
YUV 156.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 198 144 111 0 0.27 0.44 0.22 22.76 0.43 0.61
Hex C6 90 6F 0 1B 2C 16 17 2B 3D
Octal 306 220 157 0 33 54 26 27 53 75
Binary 11000110 10010000 1101111 0 11011 101100 10110 10111 101011 111101

Color Harmonies of #C6906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6906F

Black with #C6906F

Text Example


Text Example

White with #C6906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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