#B68769

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

Shades of Medium Wood #B68769

Tints of Medium Wood #B68769

Color information

#B68769 (or 0xB68769) is unknown color: approx Medium Wood. HEX triplet: B6, 87 and 69. RGB value is (182,135,105). Sum of RGB (Red+Green+Blue) = 182+135+105=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B68769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68769 is #497896. Grayscale: #919191. Windows color (decimal): -4814999 or 6916022. OLE color: 6916022.

HSL color Cylindrical-coordinate representation of color #B68769: hue angle of 23.38º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B68769 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB182135105-
CMYK00.260.420.29
HSL23.38º34.53%56.27%-
HSV(B)23.38º42.31%71.37%-
XYZ30.5128.2917.22-
YUV145.63105.07153.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=43.13%
G=31.99%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213510500.260.420.2923.3834.5356.27
HexB6876901A2A1D172338
Octal2662071510325235274370
Binary101101101000011111010010110101010101110110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68769; }

 p { color: rgb(182,135,105); }

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

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

 a { background-color: rgb(182,135,105); }

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

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

 span { border-color: rgb(182,135,105); }

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