Html Css Color HEX #8C7B65 Sand Dune

📋 copy color: '#8C7B65'

red 140 ◦ green 123 ◦ blue 101

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

Shades of Sand Dune #8C7B65

Tints of Sand Dune #8C7B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 38.46%
G = 33.79%
B = 27.75%

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

#8C7B65 (or 0x8C7B65) is known color: Sand Dune. HEX triplet: 8C, 7B and 65. RGB value is (140,123,101). Sum of RGB (Red+Green+Blue) = 140+123+101=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7B65 is #73849A. Grayscale: #7D7D7D. Windows color (decimal): -7570587 or 6650764. OLE color: 6650764.

HSL color Cylindrical-coordinate representation of color #8C7B65: hue angle of 33.85º 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 #8C7B65 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 123 101 -
CMYK 0 0.12 0.28 0.45
HSL 33.85º 0.16% 0.47% -
HSV(B) 33.85º 0.28% 0.55% -
XYZ 20.25 20.68 15.24 -
YUV 125.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 140 123 101 0 0.12 0.28 0.45 33.85 0.16 0.47
Hex 8C 7B 65 0 C 1C 2D 22 10 2F
Octal 214 173 145 0 14 34 55 42 20 57
Binary 10001100 1111011 1100101 0 1100 11100 101101 100010 10000 101111

Color Harmonies of #8C7B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7B65

Black with #8C7B65

Text Example


Text Example

White with #8C7B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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