Html Css Color HEX #867162 Sand Dune

📋 copy color: '#867162'

red 134 ◦ green 113 ◦ blue 98

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

Shades of Sand Dune #867162

Tints of Sand Dune #867162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.75%

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 38.84%
G = 32.75%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#867162 (or 0x867162) is known color: Sand Dune. HEX triplet: 86, 71 and 62. RGB value is (134,113,98). Sum of RGB (Red+Green+Blue) = 134+113+98=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867162 is #798E9D. Grayscale: #757575. Windows color (decimal): -7966366 or 6451590. OLE color: 6451590.

HSL color Cylindrical-coordinate representation of color #867162: hue angle of 25º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867162 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 98 -
CMYK 0 0.16 0.27 0.47
HSL 25º 0.16% 0.45% -
HSV(B) 25º 0.27% 0.53% -
XYZ 17.94 17.76 14.04 -
YUV 117.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 134 113 98 0 0.16 0.27 0.47 25 0.16 0.45
Hex 86 71 62 0 10 1B 2F 19 10 2D
Octal 206 161 142 0 20 33 57 31 20 55
Binary 10000110 1110001 1100010 0 10000 11011 101111 11001 10000 101101

Color Harmonies of #867162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867162

Black with #867162

Text Example


Text Example

White with #867162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867162; }

 p { color: rgb(134,113,98); }

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

background-color css

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

 a { background-color: rgb(134,113,98); }

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

border-color css

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

 span { border-color: rgb(134,113,98); }

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