Html Css Color HEX #867B6B Sand Dune

📋 copy color: '#867B6B'

red 134 ◦ green 123 ◦ blue 107

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

Shades of Sand Dune #867B6B

Tints of Sand Dune #867B6B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 36.81%
G = 33.79%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#867B6B (or 0x867B6B) is known color: Sand Dune. HEX triplet: 86, 7B and 6B. RGB value is (134,123,107). Sum of RGB (Red+Green+Blue) = 134+123+107=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B6B is #798494. Grayscale: #7C7C7C. Windows color (decimal): -7963797 or 7043974. OLE color: 7043974.

HSL color Cylindrical-coordinate representation of color #867B6B: hue angle of 35.56º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #867B6B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 123 107 -
CMYK 0 0.08 0.20 0.47
HSL 35.56º 0.11% 0.47% -
HSV(B) 35.56º 0.2% 0.53% -
XYZ 19.57 20.3 16.8 -
YUV 124.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 134 123 107 0 0.08 0.20 0.47 35.56 0.11 0.47
Hex 86 7B 6B 0 8 14 2F 24 B 2F
Octal 206 173 153 0 10 24 57 44 13 57
Binary 10000110 1111011 1101011 0 1000 10100 101111 100100 1011 101111

Color Harmonies of #867B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B6B

Black with #867B6B

Text Example


Text Example

White with #867B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867B6B; }

 p { color: rgb(134,123,107); }

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

background-color css

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

 a { background-color: rgb(134,123,107); }

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

border-color css

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

 span { border-color: rgb(134,123,107); }

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