Html Css Color HEX #8C6545 Dark Wood

📋 copy color: '#8C6545'

red 140 ◦ green 101 ◦ blue 69

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

Shades of Dark Wood #8C6545

Tints of Dark Wood #8C6545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 45.16%
G = 32.58%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8C6545 (or 0x8C6545) is known color: Dark Wood. HEX triplet: 8C, 65 and 45. RGB value is (140,101,69). Sum of RGB (Red+Green+Blue) = 140+101+69=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6545 is #739ABA. Grayscale: #6D6D6D. Windows color (decimal): -7576251 or 4547980. OLE color: 4547980.

HSL color Cylindrical-coordinate representation of color #8C6545: hue angle of 27.04º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C6545 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 101 69 -
CMYK 0 0.28 0.51 0.45
HSL 27.04º 0.34% 0.41% -
HSV(B) 27.04º 0.51% 0.55% -
XYZ 16.54 15.31 7.71 -
YUV 109.01 105.42 150.1 -
System Red Green Blue C M Y K H S L
Decimal 140 101 69 0 0.28 0.51 0.45 27.04 0.34 0.41
Hex 8C 65 45 0 1C 33 2D 1B 22 29
Octal 214 145 105 0 34 63 55 33 42 51
Binary 10001100 1100101 1000101 0 11100 110011 101101 11011 100010 101001

Color Harmonies of #8C6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6545

Black with #8C6545

Text Example


Text Example

White with #8C6545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,69); }

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

background-color css

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

 a { background-color: rgb(140,101,69); }

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

border-color css

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

 span { border-color: rgb(140,101,69); }

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