#B68F6C

Color #B68F6C Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #B68F6C

Tints of Fallow #B68F6C

Color information

#B68F6C (or 0xB68F6C) is unknown color: approx Fallow. HEX triplet: B6, 8F and 6C. RGB value is (182,143,108). Sum of RGB (Red+Green+Blue) = 182+143+108=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F6C is #497093. Grayscale: #969696. Windows color (decimal): -4812948 or 7114678. OLE color: 7114678.

HSL color Cylindrical-coordinate representation of color #B68F6C: hue angle of 28.38º 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 #B68F6C is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB182143108-
CMYK00.210.410.29
HSL28.38º33.64%56.86%-
HSV(B)28.38º40.66%71.37%-
XYZ31.8230.6718.43-
YUV150.67103.92150.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=42.03%
G=33.03%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214310800.210.410.2928.3833.6456.86
HexB68F6C015291D1c2239
Octal2662171540255135344271
Binary101101101000111111011000101011010011110111100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68F6C; }

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

 H1.HeaderClassName
 {
   color: #B68F6C;
 }
 .AnyTagClassName
 {
   color: #B68F6C;
 }
</style>
background-color css

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

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

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

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

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

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