Html Css Color HEX #B6996D Fallow

📋 copy color: '#B6996D'

red 182 ◦ green 153 ◦ blue 109

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

Shades of Fallow #B6996D

Tints of Fallow #B6996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.55%

R = 40.99%
G = 34.46%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6996D (or 0xB6996D) is known color: Fallow. HEX triplet: B6, 99 and 6D. RGB value is (182,153,109). Sum of RGB (Red+Green+Blue) = 182+153+109=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6996D is #496692. Grayscale: #9C9C9C. Windows color (decimal): -4810387 or 7182774. OLE color: 7182774.

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

Color convert

RGB 182 153 109 -
CMYK 0 0.16 0.40 0.29
HSL 36.16º 0.33% 0.57% -
HSV(B) 36.16º 0.4% 0.71% -
XYZ 33.44 33.83 19.24 -
YUV 156.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 182 153 109 0 0.16 0.40 0.29 36.16 0.33 0.57
Hex B6 99 6D 0 10 28 1D 24 21 39
Octal 266 231 155 0 20 50 35 44 41 71
Binary 10110110 10011001 1101101 0 10000 101000 11101 100100 100001 111001

Color Harmonies of #B6996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6996D

Black with #B6996D

Text Example


Text Example

White with #B6996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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