#7C6E41

Color #7C6E41 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #7C6E41

Tints of Go Ben #7C6E41

Color information

#7C6E41 (or 0x7C6E41) is unknown color: approx Go Ben. HEX triplet: 7C, 6E and 41. RGB value is (124,110,65). Sum of RGB (Red+Green+Blue) = 124+110+65=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E41 is #8391BE. Grayscale: #6D6D6D. Windows color (decimal): -8622527 or 4288124. OLE color: 4288124.

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

Color convert

RGB12411065-
CMYK00.110.480.51
HSL45.76º31.22%37.06%-
HSV(B)45.76º47.58%48.63%-
XYZ14.8415.827.27-
YUV109.06103.14138.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=41.47%
G=36.79%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241106500.110.480.5145.7631.2237.06
Hex7C6E410B30332e1f25
Octal1741561010136063563745
Binary1111100110111010000010101111000011001110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,110,65); }

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

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

 a { background-color: rgb(124,110,65); }

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

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

 span { border-color: rgb(124,110,65); }

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