Html Css Color HEX #906345 Dark Wood

📋 copy color: '#906345'

red 144 ◦ green 99 ◦ blue 69

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

Shades of Dark Wood #906345

Tints of Dark Wood #906345

RGB

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

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

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

R = 46.15%
G = 31.73%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#906345 (or 0x906345) is known color: Dark Wood. HEX triplet: 90, 63 and 45. RGB value is (144,99,69). Sum of RGB (Red+Green+Blue) = 144+99+69=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #906345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906345 is #6F9CBA. Grayscale: #6D6D6D. Windows color (decimal): -7314619 or 4547472. OLE color: 4547472.

HSL color Cylindrical-coordinate representation of color #906345: hue angle of 24º 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 #906345 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 99 69 -
CMYK 0 0.31 0.52 0.44
HSL 24º 0.35% 0.42% -
HSV(B) 24º 0.52% 0.56% -
XYZ 17.04 15.28 7.68 -
YUV 109.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 144 99 69 0 0.31 0.52 0.44 24 0.35 0.42
Hex 90 63 45 0 1F 34 2C 18 23 2A
Octal 220 143 105 0 37 64 54 30 43 52
Binary 10010000 1100011 1000101 0 11111 110100 101100 11000 100011 101010

Color Harmonies of #906345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906345

Black with #906345

Text Example


Text Example

White with #906345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906345; }

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

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

background-color css

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

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

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

border-color css

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

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

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