Html Css Color HEX #8B6244 Dark Wood

📋 copy color: '#8B6244'

red 139 ◦ green 98 ◦ blue 68

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

Shades of Dark Wood #8B6244

Tints of Dark Wood #8B6244

RGB

 RED value IS 139 (54.69% from 255) = 45.57%

 GREEN value IS 98 (38.67% from 255) = 32.13%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 45.57%
G = 32.13%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#8B6244 (or 0x8B6244) is known color: Dark Wood. HEX triplet: 8B, 62 and 44. RGB value is (139,98,68). Sum of RGB (Red+Green+Blue) = 139+98+68=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6244 is #749DBB. Grayscale: #6B6B6B. Windows color (decimal): -7642556 or 4481675. OLE color: 4481675.

HSL color Cylindrical-coordinate representation of color #8B6244: hue angle of 25.35º 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 #8B6244 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 98 68 -
CMYK 0 0.29 0.51 0.45
HSL 25.35º 0.34% 0.41% -
HSV(B) 25.35º 0.51% 0.55% -
XYZ 16.06 14.64 7.45 -
YUV 106.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 139 98 68 0 0.29 0.51 0.45 25.35 0.34 0.41
Hex 8B 62 44 0 1D 33 2D 19 22 29
Octal 213 142 104 0 35 63 55 31 42 51
Binary 10001011 1100010 1000100 0 11101 110011 101101 11001 100010 101001

Color Harmonies of #8B6244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6244

Black with #8B6244

Text Example


Text Example

White with #8B6244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,98,68); }

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

background-color css

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

 a { background-color: rgb(139,98,68); }

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

border-color css

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

 span { border-color: rgb(139,98,68); }

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