Html Css Color HEX #906245 Dark Wood

📋 copy color: '#906245'

red 144 ◦ green 98 ◦ blue 69

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

Shades of Dark Wood #906245

Tints of Dark Wood #906245

RGB

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

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

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

R = 46.3%
G = 31.51%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#906245 (or 0x906245) is known color: Dark Wood. HEX triplet: 90, 62 and 45. RGB value is (144,98,69). Sum of RGB (Red+Green+Blue) = 144+98+69=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #906245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906245 is #6F9DBA. Grayscale: #6C6C6C. Windows color (decimal): -7314875 or 4547216. OLE color: 4547216.

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

Color convert

RGB 144 98 69 -
CMYK 0 0.32 0.52 0.44
HSL 23.2º 0.35% 0.42% -
HSV(B) 23.2º 0.52% 0.56% -
XYZ 16.94 15.09 7.65 -
YUV 108.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 144 98 69 0 0.32 0.52 0.44 23.2 0.35 0.42
Hex 90 62 45 0 20 34 2C 17 23 2A
Octal 220 142 105 0 40 64 54 27 43 52
Binary 10010000 1100010 1000101 0 100000 110100 101100 10111 100011 101010

Color Harmonies of #906245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906245

Black with #906245

Text Example


Text Example

White with #906245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906245; }

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

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

background-color css

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

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

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

border-color css

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

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

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