Html Css Color HEX #8A7568 Sand Dune

📋 copy color: '#8A7568'

red 138 ◦ green 117 ◦ blue 104

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

Shades of Sand Dune #8A7568

Tints of Sand Dune #8A7568

RGB

 RED value IS 138 (54.3% from 255) = 38.44%

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 38.44%
G = 32.59%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A7568 (or 0x8A7568) is known color: Sand Dune. HEX triplet: 8A, 75 and 68. RGB value is (138,117,104). Sum of RGB (Red+Green+Blue) = 138+117+104=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7568 is #758A97. Grayscale: #797979. Windows color (decimal): -7703192 or 6845834. OLE color: 6845834.

HSL color Cylindrical-coordinate representation of color #8A7568: hue angle of 22.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7568 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 104 -
CMYK 0 0.15 0.25 0.46
HSL 22.94º 0.14% 0.47% -
HSV(B) 22.94º 0.25% 0.54% -
XYZ 19.34 19.13 15.77 -
YUV 121.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 138 117 104 0 0.15 0.25 0.46 22.94 0.14 0.47
Hex 8A 75 68 0 F 19 2E 17 E 2F
Octal 212 165 150 0 17 31 56 27 16 57
Binary 10001010 1110101 1101000 0 1111 11001 101110 10111 1110 101111

Color Harmonies of #8A7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7568

Black with #8A7568

Text Example


Text Example

White with #8A7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,104); }

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

background-color css

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

 a { background-color: rgb(138,117,104); }

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

border-color css

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

 span { border-color: rgb(138,117,104); }

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