Html Css Color HEX #8A7A66 Sand Dune

📋 copy color: '#8A7A66'

red 138 ◦ green 122 ◦ blue 102

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

Shades of Sand Dune #8A7A66

Tints of Sand Dune #8A7A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 38.12%
G = 33.7%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A7A66 (or 0x8A7A66) is known color: Sand Dune. HEX triplet: 8A, 7A and 66. RGB value is (138,122,102). Sum of RGB (Red+Green+Blue) = 138+122+102=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7A66 is #758599. Grayscale: #7C7C7C. Windows color (decimal): -7701914 or 6716042. OLE color: 6716042.

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

Color convert

RGB 138 122 102 -
CMYK 0 0.12 0.26 0.46
HSL 33.33º 0.15% 0.47% -
HSV(B) 33.33º 0.26% 0.54% -
XYZ 19.84 20.28 15.44 -
YUV 124.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 138 122 102 0 0.12 0.26 0.46 33.33 0.15 0.47
Hex 8A 7A 66 0 C 1A 2E 21 F 2F
Octal 212 172 146 0 14 32 56 41 17 57
Binary 10001010 1111010 1100110 0 1100 11010 101110 100001 1111 101111

Color Harmonies of #8A7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7A66

Black with #8A7A66

Text Example


Text Example

White with #8A7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,122,102); }

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

background-color css

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

 a { background-color: rgb(138,122,102); }

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

border-color css

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

 span { border-color: rgb(138,122,102); }

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