Html Css Color HEX #8C6341 Dark Wood

📋 copy color: '#8C6341'

red 140 ◦ green 99 ◦ blue 65

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

Shades of Dark Wood #8C6341

Tints of Dark Wood #8C6341

RGB

 RED value IS 140 (55.08% from 255) = 46.05%

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 46.05%
G = 32.57%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C6341 (or 0x8C6341) is known color: Dark Wood. HEX triplet: 8C, 63 and 41. RGB value is (140,99,65). Sum of RGB (Red+Green+Blue) = 140+99+65=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6341 is #739CBE. Grayscale: #6B6B6B. Windows color (decimal): -7576767 or 4285324. OLE color: 4285324.

HSL color Cylindrical-coordinate representation of color #8C6341: hue angle of 27.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6341 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 99 65 -
CMYK 0 0.29 0.54 0.45
HSL 27.2º 0.37% 0.4% -
HSV(B) 27.2º 0.54% 0.55% -
XYZ 16.23 14.88 7.02 -
YUV 107.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 140 99 65 0 0.29 0.54 0.45 27.2 0.37 0.4
Hex 8C 63 41 0 1D 36 2D 1B 25 28
Octal 214 143 101 0 35 66 55 33 45 50
Binary 10001100 1100011 1000001 0 11101 110110 101101 11011 100101 101000

Color Harmonies of #8C6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6341

Black with #8C6341

Text Example


Text Example

White with #8C6341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,65); }

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

background-color css

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

 a { background-color: rgb(140,99,65); }

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

border-color css

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

 span { border-color: rgb(140,99,65); }

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