Html Css Color HEX #867266 Sand Dune

📋 copy color: '#867266'

red 134 ◦ green 114 ◦ blue 102

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

Shades of Sand Dune #867266

Tints of Sand Dune #867266

RGB

 RED value IS 134 (52.73% from 255) = 38.29%

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 38.29%
G = 32.57%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#867266 (or 0x867266) is known color: Sand Dune. HEX triplet: 86, 72 and 66. RGB value is (134,114,102). Sum of RGB (Red+Green+Blue) = 134+114+102=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867266 is #798D99. Grayscale: #767676. Windows color (decimal): -7966106 or 6713990. OLE color: 6713990.

HSL color Cylindrical-coordinate representation of color #867266: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #867266 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 102 -
CMYK 0 0.15 0.24 0.47
HSL 22.5º 0.14% 0.46% -
HSV(B) 22.5º 0.24% 0.53% -
XYZ 18.25 18.06 15.1 -
YUV 118.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 134 114 102 0 0.15 0.24 0.47 22.5 0.14 0.46
Hex 86 72 66 0 F 18 2F 16 E 2E
Octal 206 162 146 0 17 30 57 26 16 56
Binary 10000110 1110010 1100110 0 1111 11000 101111 10110 1110 101110

Color Harmonies of #867266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867266

Black with #867266

Text Example


Text Example

White with #867266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867266; }

 p { color: rgb(134,114,102); }

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

background-color css

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

 a { background-color: rgb(134,114,102); }

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

border-color css

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

 span { border-color: rgb(134,114,102); }

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