#7F6344

Color #7F6344 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #7F6344

Tints of Dark Wood #7F6344

Color information

#7F6344 (or 0x7F6344) is unknown color: approx Dark Wood. HEX triplet: 7F, 63 and 44. RGB value is (127,99,68). Sum of RGB (Red+Green+Blue) = 127+99+68=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6344 is #809CBB. Grayscale: #676767. Windows color (decimal): -8428732 or 4481919. OLE color: 4481919.

HSL color Cylindrical-coordinate representation of color #7F6344: hue angle of 31.53º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F6344 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB1279968-
CMYK00.220.460.50
HSL31.53º30.26%38.24%-
HSV(B)31.53º46.46%49.8%-
XYZ14.2613.857.39-
YUV103.84107.78144.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 99 (39.06% from 255) = 33.67%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=43.20%
G=33.67%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127996800.220.460.5031.5330.2638.24
Hex7F63440162E32201e26
Octal1771431040265662403646
Binary11111111100011100010001011010111011001010000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6344; }

 p { color: rgb(127,99,68); }

 H1.HeaderClassName
 {
   color: #7F6344;
 }
 .AnyTagClassName
 {
   color: #7F6344;
 }
</style>
background-color css

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

 a { background-color: rgb(127,99,68); }

 div.DivClassName
 {
   background-color: #7F6344;
 }
 .BgClassName
 {
   background-color: #7F6344;
 }
</style>
border-color css

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

 span { border-color: rgb(127,99,68); }

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