Html Css Color HEX #C6996F Fallow

📋 copy color: '#C6996F'

red 198 ◦ green 153 ◦ blue 111

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

Shades of Fallow #C6996F

Tints of Fallow #C6996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

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

R = 42.86%
G = 33.12%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6996F (or 0xC6996F) is known color: Fallow. HEX triplet: C6, 99 and 6F. RGB value is (198,153,111). Sum of RGB (Red+Green+Blue) = 198+153+111=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C6996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6996F is #396690. Grayscale: #A1A1A1. Windows color (decimal): -3761809 or 7313862. OLE color: 7313862.

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

Color convert

RGB 198 153 111 -
CMYK 0 0.23 0.44 0.22
HSL 28.97º 0.43% 0.61% -
HSV(B) 28.97º 0.44% 0.78% -
XYZ 37.55 35.94 20 -
YUV 161.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 198 153 111 0 0.23 0.44 0.22 28.97 0.43 0.61
Hex C6 99 6F 0 17 2C 16 1D 2B 3D
Octal 306 231 157 0 27 54 26 35 53 75
Binary 11000110 10011001 1101111 0 10111 101100 10110 11101 101011 111101

Color Harmonies of #C6996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6996F

Black with #C6996F

Text Example


Text Example

White with #C6996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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