Html Css Color HEX #C6976E Fallow

📋 copy color: '#C6976E'

red 198 ◦ green 151 ◦ blue 110

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

Shades of Fallow #C6976E

Tints of Fallow #C6976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 43.14%
G = 32.9%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6976E (or 0xC6976E) is known color: Fallow. HEX triplet: C6, 97 and 6E. RGB value is (198,151,110). Sum of RGB (Red+Green+Blue) = 198+151+110=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6976E is #396891. Grayscale: #A0A0A0. Windows color (decimal): -3762322 or 7247814. OLE color: 7247814.

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

Color convert

RGB 198 151 110 -
CMYK 0 0.24 0.44 0.22
HSL 27.95º 0.44% 0.6% -
HSV(B) 27.95º 0.44% 0.78% -
XYZ 37.17 35.26 19.6 -
YUV 160.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 198 151 110 0 0.24 0.44 0.22 27.95 0.44 0.6
Hex C6 97 6E 0 18 2C 16 1C 2C 3C
Octal 306 227 156 0 30 54 26 34 54 74
Binary 11000110 10010111 1101110 0 11000 101100 10110 11100 101100 111100

Color Harmonies of #C6976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6976E

Black with #C6976E

Text Example


Text Example

White with #C6976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6976E; }

 p { color: rgb(198,151,110); }

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

background-color css

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

 a { background-color: rgb(198,151,110); }

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

border-color css

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

 span { border-color: rgb(198,151,110); }

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