#7C6C41

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

Shades of Go Ben #7C6C41

Tints of Go Ben #7C6C41

Color information

#7C6C41 (or 0x7C6C41) is unknown color: approx Go Ben. HEX triplet: 7C, 6C and 41. RGB value is (124,108,65). Sum of RGB (Red+Green+Blue) = 124+108+65=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6C41 is #8393BE. Grayscale: #6C6C6C. Windows color (decimal): -8623039 or 4287612. OLE color: 4287612.

HSL color Cylindrical-coordinate representation of color #7C6C41: hue angle of 43.73º 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 #7C6C41 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB12410865-
CMYK00.130.480.51
HSL43.73º31.22%37.06%-
HSV(B)43.73º47.58%48.63%-
XYZ14.6315.397.2-
YUV107.88103.8139.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=41.75%
G=36.36%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241086500.130.480.5143.7331.2237.06
Hex7C6C410D30332c1f25
Octal1741541010156063543745
Binary1111100110110010000010110111000011001110110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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