Html Css Color HEX #8A6342 Dark Wood

📋 copy color: '#8A6342'

red 138 ◦ green 99 ◦ blue 66

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

Shades of Dark Wood #8A6342

Tints of Dark Wood #8A6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 45.54%
G = 32.67%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#8A6342 (or 0x8A6342) is known color: Dark Wood. HEX triplet: 8A, 63 and 42. RGB value is (138,99,66). Sum of RGB (Red+Green+Blue) = 138+99+66=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6342 is #759CBD. Grayscale: #6B6B6B. Windows color (decimal): -7707838 or 4350858. OLE color: 4350858.

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

Color convert

RGB 138 99 66 -
CMYK 0 0.28 0.52 0.46
HSL 27.5º 0.35% 0.4% -
HSV(B) 27.5º 0.52% 0.54% -
XYZ 15.93 14.72 7.16 -
YUV 106.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 138 99 66 0 0.28 0.52 0.46 27.5 0.35 0.4
Hex 8A 63 42 0 1C 34 2E 1C 23 28
Octal 212 143 102 0 34 64 56 34 43 50
Binary 10001010 1100011 1000010 0 11100 110100 101110 11100 100011 101000

Color Harmonies of #8A6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6342

Black with #8A6342

Text Example


Text Example

White with #8A6342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,99,66); }

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

background-color css

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

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

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

border-color css

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

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

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