#7C6142

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

Shades of Dark Wood #7C6142

Tints of Dark Wood #7C6142

Color information

#7C6142 (or 0x7C6142) is unknown color: approx Dark Wood. HEX triplet: 7C, 61 and 42. RGB value is (124,97,66). Sum of RGB (Red+Green+Blue) = 124+97+66=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6142 is #839EBD. Grayscale: #656565. Windows color (decimal): -8625854 or 4350332. OLE color: 4350332.

HSL color Cylindrical-coordinate representation of color #7C6142: hue angle of 32.07º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6142 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB1249766-
CMYK00.220.470.51
HSL32.07º30.53%37.25%-
HSV(B)32.07º46.77%48.63%-
XYZ13.5713.236.99-
YUV101.54107.95144.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=43.21%
G=33.80%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124976600.220.470.5132.0730.5337.25
Hex7C61420162F33201f25
Octal1741411020265763403745
Binary11111001100001100001001011010111111001110000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,66); }

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

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

 a { background-color: rgb(124,97,66); }

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

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

 span { border-color: rgb(124,97,66); }

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