Html Css Color HEX #8C7A65 Sand Dune

📋 copy color: '#8C7A65'

red 140 ◦ green 122 ◦ blue 101

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

Shades of Sand Dune #8C7A65

Tints of Sand Dune #8C7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

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

R = 38.57%
G = 33.61%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C7A65 (or 0x8C7A65) is known color: Sand Dune. HEX triplet: 8C, 7A and 65. RGB value is (140,122,101). Sum of RGB (Red+Green+Blue) = 140+122+101=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A65 is #73859A. Grayscale: #7D7D7D. Windows color (decimal): -7570843 or 6650508. OLE color: 6650508.

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

Color convert

RGB 140 122 101 -
CMYK 0 0.13 0.28 0.45
HSL 32.31º 0.16% 0.47% -
HSV(B) 32.31º 0.28% 0.55% -
XYZ 20.12 20.43 15.2 -
YUV 124.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 140 122 101 0 0.13 0.28 0.45 32.31 0.16 0.47
Hex 8C 7A 65 0 D 1C 2D 20 10 2F
Octal 214 172 145 0 15 34 55 40 20 57
Binary 10001100 1111010 1100101 0 1101 11100 101101 100000 10000 101111

Color Harmonies of #8C7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7A65

Black with #8C7A65

Text Example


Text Example

White with #8C7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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