Html Css Color HEX #8A6464 Light Wood

📋 copy color: '#8A6464'

red 138 ◦ green 100 ◦ blue 100

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

Shades of Light Wood #8A6464

Tints of Light Wood #8A6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 40.83%
G = 29.59%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#8A6464 (or 0x8A6464) is known color: Light Wood. HEX triplet: 8A, 64 and 64. RGB value is (138,100,100). Sum of RGB (Red+Green+Blue) = 138+100+100=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6464 is #759B9B. Grayscale: #6F6F6F. Windows color (decimal): -7707548 or 6579338. OLE color: 6579338.

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

Color convert

RGB 138 100 100 -
CMYK 0 0.28 0.28 0.46
HSL 0.16% 0.47% -
HSV(B) 0.28% 0.54% -
XYZ 17.34 15.44 14.12 -
YUV 111.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 138 100 100 0 0.28 0.28 0.46 0 0.16 0.47
Hex 8A 64 64 0 1C 1C 2E 0 10 2F
Octal 212 144 144 0 34 34 56 0 20 57
Binary 10001010 1100100 1100100 0 11100 11100 101110 0 10000 101111

Color Harmonies of #8A6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6464

Black with #8A6464

Text Example


Text Example

White with #8A6464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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