Html Css Color HEX #8B7B64 Sand Dune

📋 copy color: '#8B7B64'

red 139 ◦ green 123 ◦ blue 100

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

Shades of Sand Dune #8B7B64

Tints of Sand Dune #8B7B64

RGB

 RED value IS 139 (54.69% from 255) = 38.4%

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

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 38.4%
G = 33.98%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B7B64 (or 0x8B7B64) is known color: Sand Dune. HEX triplet: 8B, 7B and 64. RGB value is (139,123,100). Sum of RGB (Red+Green+Blue) = 139+123+100=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7B64 is #74849B. Grayscale: #7D7D7D. Windows color (decimal): -7636124 or 6585227. OLE color: 6585227.

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

Color convert

RGB 139 123 100 -
CMYK 0 0.12 0.28 0.45
HSL 35.38º 0.16% 0.47% -
HSV(B) 35.38º 0.28% 0.55% -
XYZ 20.03 20.57 14.97 -
YUV 125.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 139 123 100 0 0.12 0.28 0.45 35.38 0.16 0.47
Hex 8B 7B 64 0 C 1C 2D 23 10 2F
Octal 213 173 144 0 14 34 55 43 20 57
Binary 10001011 1111011 1100100 0 1100 11100 101101 100011 10000 101111

Color Harmonies of #8B7B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7B64

Black with #8B7B64

Text Example


Text Example

White with #8B7B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7B64; }

 p { color: rgb(139,123,100); }

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

background-color css

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

 a { background-color: rgb(139,123,100); }

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

border-color css

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

 span { border-color: rgb(139,123,100); }

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