Html Css Color HEX #B6996C Fallow

📋 copy color: '#B6996C'

red 182 ◦ green 153 ◦ blue 108

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

Shades of Fallow #B6996C

Tints of Fallow #B6996C

RGB

 RED value IS 182 (71.48% from 255) = 41.08%

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 41.08%
G = 34.54%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6996C (or 0xB6996C) is known color: Fallow. HEX triplet: B6, 99 and 6C. RGB value is (182,153,108). Sum of RGB (Red+Green+Blue) = 182+153+108=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6996C is #496693. Grayscale: #9C9C9C. Windows color (decimal): -4810388 or 7117238. OLE color: 7117238.

HSL color Cylindrical-coordinate representation of color #B6996C: hue angle of 36.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6996C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 108 -
CMYK 0 0.16 0.41 0.29
HSL 36.49º 0.34% 0.57% -
HSV(B) 36.49º 0.41% 0.71% -
XYZ 33.39 33.81 18.95 -
YUV 156.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 182 153 108 0 0.16 0.41 0.29 36.49 0.34 0.57
Hex B6 99 6C 0 10 29 1D 24 22 39
Octal 266 231 154 0 20 51 35 44 42 71
Binary 10110110 10011001 1101100 0 10000 101001 11101 100100 100010 111001

Color Harmonies of #B6996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6996C

Black with #B6996C

Text Example


Text Example

White with #B6996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6996C; }

 p { color: rgb(182,153,108); }

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

background-color css

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

 a { background-color: rgb(182,153,108); }

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

border-color css

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

 span { border-color: rgb(182,153,108); }

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