Html Css Color HEX #916342 Dark Wood

📋 copy color: '#916342'

red 145 ◦ green 99 ◦ blue 66

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

Shades of Dark Wood #916342

Tints of Dark Wood #916342

RGB

 RED value IS 145 (57.03% from 255) = 46.77%

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 46.77%
G = 31.94%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#916342 (or 0x916342) is known color: Dark Wood. HEX triplet: 91, 63 and 42. RGB value is (145,99,66). Sum of RGB (Red+Green+Blue) = 145+99+66=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #916342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916342 is #6E9CBD. Grayscale: #6D6D6D. Windows color (decimal): -7249086 or 4350865. OLE color: 4350865.

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

Color convert

RGB 145 99 66 -
CMYK 0 0.32 0.54 0.43
HSL 25.06º 0.37% 0.41% -
HSV(B) 25.06º 0.54% 0.57% -
XYZ 17.12 15.34 7.21 -
YUV 108.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 145 99 66 0 0.32 0.54 0.43 25.06 0.37 0.41
Hex 91 63 42 0 20 36 2B 19 25 29
Octal 221 143 102 0 40 66 53 31 45 51
Binary 10010001 1100011 1000010 0 100000 110110 101011 11001 100101 101001

Color Harmonies of #916342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916342

Black with #916342

Text Example


Text Example

White with #916342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916342; }

 p { color: rgb(145,99,66); }

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

background-color css

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

 a { background-color: rgb(145,99,66); }

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

border-color css

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

 span { border-color: rgb(145,99,66); }

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