Html Css Color HEX #8A6665 Light Wood

📋 copy color: '#8A6665'

red 138 ◦ green 102 ◦ blue 101

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

Shades of Light Wood #8A6665

Tints of Light Wood #8A6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 40.47%
G = 29.91%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A6665 (or 0x8A6665) is known color: Light Wood. HEX triplet: 8A, 66 and 65. RGB value is (138,102,101). Sum of RGB (Red+Green+Blue) = 138+102+101=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6665 is #75999A. Grayscale: #707070. Windows color (decimal): -7707035 or 6645386. OLE color: 6645386.

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

Color convert

RGB 138 102 101 -
CMYK 0 0.26 0.27 0.46
HSL 1.62º 0.15% 0.47% -
HSV(B) 1.62º 0.27% 0.54% -
XYZ 17.58 15.85 14.44 -
YUV 112.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 138 102 101 0 0.26 0.27 0.46 1.62 0.15 0.47
Hex 8A 66 65 0 1A 1B 2E 2 F 2F
Octal 212 146 145 0 32 33 56 2 17 57
Binary 10001010 1100110 1100101 0 11010 11011 101110 10 1111 101111

Color Harmonies of #8A6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6665

Black with #8A6665

Text Example


Text Example

White with #8A6665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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