Html Css Color HEX #8F6442 Dark Wood

📋 copy color: '#8F6442'

red 143 ◦ green 100 ◦ blue 66

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

Shades of Dark Wood #8F6442

Tints of Dark Wood #8F6442

RGB

 RED value IS 143 (56.25% from 255) = 46.28%

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

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

R = 46.28%
G = 32.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8F6442 (or 0x8F6442) is known color: Dark Wood. HEX triplet: 8F, 64 and 42. RGB value is (143,100,66). Sum of RGB (Red+Green+Blue) = 143+100+66=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6442 is #709BBD. Grayscale: #6D6D6D. Windows color (decimal): -7379902 or 4351119. OLE color: 4351119.

HSL color Cylindrical-coordinate representation of color #8F6442: hue angle of 26.49º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F6442 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 100 66 -
CMYK 0 0.30 0.54 0.44
HSL 26.49º 0.37% 0.41% -
HSV(B) 26.49º 0.54% 0.56% -
XYZ 16.87 15.35 7.23 -
YUV 108.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 143 100 66 0 0.30 0.54 0.44 26.49 0.37 0.41
Hex 8F 64 42 0 1E 36 2C 1A 25 29
Octal 217 144 102 0 36 66 54 32 45 51
Binary 10001111 1100100 1000010 0 11110 110110 101100 11010 100101 101001

Color Harmonies of #8F6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6442

Black with #8F6442

Text Example


Text Example

White with #8F6442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,66); }

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

background-color css

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

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

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

border-color css

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

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

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