Html Css Color HEX #906241 Dark Wood

📋 copy color: '#906241'

red 144 ◦ green 98 ◦ blue 65

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

Shades of Dark Wood #906241

Tints of Dark Wood #906241

RGB

 RED value IS 144 (56.64% from 255) = 46.91%

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

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

R = 46.91%
G = 31.92%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#906241 (or 0x906241) is known color: Dark Wood. HEX triplet: 90, 62 and 41. RGB value is (144,98,65). Sum of RGB (Red+Green+Blue) = 144+98+65=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #906241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906241 is #6F9DBE. Grayscale: #6C6C6C. Windows color (decimal): -7314879 or 4285072. OLE color: 4285072.

HSL color Cylindrical-coordinate representation of color #906241: hue angle of 25.06º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #906241 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 65 -
CMYK 0 0.32 0.55 0.44
HSL 25.06º 0.38% 0.41% -
HSV(B) 25.06º 0.55% 0.56% -
XYZ 16.82 15.05 7.02 -
YUV 107.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 144 98 65 0 0.32 0.55 0.44 25.06 0.38 0.41
Hex 90 62 41 0 20 37 2C 19 26 29
Octal 220 142 101 0 40 67 54 31 46 51
Binary 10010000 1100010 1000001 0 100000 110111 101100 11001 100110 101001

Color Harmonies of #906241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906241

Black with #906241

Text Example


Text Example

White with #906241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906241; }

 p { color: rgb(144,98,65); }

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

background-color css

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

 a { background-color: rgb(144,98,65); }

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

border-color css

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

 span { border-color: rgb(144,98,65); }

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