Html Css Color HEX #C69076 Feldspar

📋 copy color: '#C69076'

red 198 ◦ green 144 ◦ blue 118

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

Shades of Feldspar #C69076

Tints of Feldspar #C69076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.65%

R = 43.04%
G = 31.3%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C69076 (or 0xC69076) is known color: Feldspar. HEX triplet: C6, 90 and 76. RGB value is (198,144,118). Sum of RGB (Red+Green+Blue) = 198+144+118=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C69076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69076 is #396F89. Grayscale: #9D9D9D. Windows color (decimal): -3764106 or 7770310. OLE color: 7770310.

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

Color convert

RGB 198 144 118 -
CMYK 0 0.27 0.40 0.22
HSL 19.5º 0.41% 0.62% -
HSV(B) 19.5º 0.4% 0.78% -
XYZ 36.53 33.26 21.63 -
YUV 157.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 198 144 118 0 0.27 0.40 0.22 19.5 0.41 0.62
Hex C6 90 76 0 1B 28 16 14 29 3E
Octal 306 220 166 0 33 50 26 24 51 76
Binary 11000110 10010000 1110110 0 11011 101000 10110 10100 101001 111110

Color Harmonies of #C69076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69076

Black with #C69076

Text Example


Text Example

White with #C69076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69076; }

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

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

background-color css

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

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

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

border-color css

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

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

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