Html Css Color HEX #8C7B60 Sand Dune

📋 copy color: '#8C7B60'

red 140 ◦ green 123 ◦ blue 96

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

Shades of Sand Dune #8C7B60

Tints of Sand Dune #8C7B60

RGB

 RED value IS 140 (55.08% from 255) = 39%

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

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 39%
G = 34.26%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C7B60 (or 0x8C7B60) is known color: Sand Dune. HEX triplet: 8C, 7B and 60. RGB value is (140,123,96). Sum of RGB (Red+Green+Blue) = 140+123+96=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B60 is #73849F. Grayscale: #7D7D7D. Windows color (decimal): -7570592 or 6323084. OLE color: 6323084.

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

Color convert

RGB 140 123 96 -
CMYK 0 0.12 0.31 0.45
HSL 36.82º 0.19% 0.46% -
HSV(B) 36.82º 0.31% 0.55% -
XYZ 20.01 20.59 13.99 -
YUV 125.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 140 123 96 0 0.12 0.31 0.45 36.82 0.19 0.46
Hex 8C 7B 60 0 C 1F 2D 25 13 2E
Octal 214 173 140 0 14 37 55 45 23 56
Binary 10001100 1111011 1100000 0 1100 11111 101101 100101 10011 101110

Color Harmonies of #8C7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B60

Black with #8C7B60

Text Example


Text Example

White with #8C7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,96); }

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

background-color css

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

 a { background-color: rgb(140,123,96); }

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

border-color css

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

 span { border-color: rgb(140,123,96); }

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