#7D614B

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

Shades of Dark Wood #7D614B

Tints of Dark Wood #7D614B

Color information

#7D614B (or 0x7D614B) is unknown color: approx Dark Wood. HEX triplet: 7D, 61 and 4B. RGB value is (125,97,75). Sum of RGB (Red+Green+Blue) = 125+97+75=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D614B is #829EB4. Grayscale: #666666. Windows color (decimal): -8560309 or 4940157. OLE color: 4940157.

HSL color Cylindrical-coordinate representation of color #7D614B: hue angle of 26.4º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D614B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1259775-
CMYK00.220.400.51
HSL26.4º25%39.22%-
HSV(B)26.4º40%49.02%-
XYZ1413.428.51-
YUV102.86112.28143.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.09%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=42.09%
G=32.66%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125977500.220.400.5126.42539.22
Hex7D614B01628331a1927
Octal1751411130265063323147
Binary1111101110000110010110101101010001100111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,97,75); }

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

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

 a { background-color: rgb(125,97,75); }

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

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

 span { border-color: rgb(125,97,75); }

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