Html Css Color HEX #8C7863 Sand Dune

📋 copy color: '#8C7863'

red 140 ◦ green 120 ◦ blue 99

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

Shades of Sand Dune #8C7863

Tints of Sand Dune #8C7863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 39%
G = 33.43%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C7863 (or 0x8C7863) is known color: Sand Dune. HEX triplet: 8C, 78 and 63. RGB value is (140,120,99). Sum of RGB (Red+Green+Blue) = 140+120+99=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7863 is #73879C. Grayscale: #7B7B7B. Windows color (decimal): -7571357 or 6518924. OLE color: 6518924.

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

Color convert

RGB 140 120 99 -
CMYK 0 0.14 0.29 0.45
HSL 30.73º 0.17% 0.47% -
HSV(B) 30.73º 0.29% 0.55% -
XYZ 19.78 19.91 14.6 -
YUV 123.59 114.13 139.71 -
System Red Green Blue C M Y K H S L
Decimal 140 120 99 0 0.14 0.29 0.45 30.73 0.17 0.47
Hex 8C 78 63 0 E 1D 2D 1F 11 2F
Octal 214 170 143 0 16 35 55 37 21 57
Binary 10001100 1111000 1100011 0 1110 11101 101101 11111 10001 101111

Color Harmonies of #8C7863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7863

Black with #8C7863

Text Example


Text Example

White with #8C7863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,99); }

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

background-color css

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

 a { background-color: rgb(140,120,99); }

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

border-color css

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

 span { border-color: rgb(140,120,99); }

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