Html Css Color HEX #8A6261 Light Wood

📋 copy color: '#8A6261'

red 138 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #8A6261

Tints of Light Wood #8A6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 41.44%
G = 29.43%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A6261 (or 0x8A6261) is known color: Light Wood. HEX triplet: 8A, 62 and 61. RGB value is (138,98,97). Sum of RGB (Red+Green+Blue) = 138+98+97=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6261 is #759D9E. Grayscale: #6D6D6D. Windows color (decimal): -7708063 or 6382218. OLE color: 6382218.

HSL color Cylindrical-coordinate representation of color #8A6261: hue angle of 1.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6261 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 98 97 -
CMYK 0 0.29 0.30 0.46
HSL 1.46º 0.17% 0.46% -
HSV(B) 1.46º 0.3% 0.54% -
XYZ 17.01 15 13.31 -
YUV 109.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 138 98 97 0 0.29 0.30 0.46 1.46 0.17 0.46
Hex 8A 62 61 0 1D 1E 2E 1 11 2E
Octal 212 142 141 0 35 36 56 1 21 56
Binary 10001010 1100010 1100001 0 11101 11110 101110 1 10001 101110

Color Harmonies of #8A6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6261

Black with #8A6261

Text Example


Text Example

White with #8A6261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,98,97); }

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

background-color css

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

 a { background-color: rgb(138,98,97); }

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

border-color css

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

 span { border-color: rgb(138,98,97); }

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