#767341

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

Shades of Go Ben #767341

Tints of Go Ben #767341

Color information

#767341 (or 0x767341) is unknown color: approx Go Ben. HEX triplet: 76, 73 and 41. RGB value is (118,115,65). Sum of RGB (Red+Green+Blue) = 118+115+65=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #767341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767341 is #898CBE. Grayscale: #6E6E6E. Windows color (decimal): -9014463 or 4289398. OLE color: 4289398.

HSL color Cylindrical-coordinate representation of color #767341: hue angle of 56.6º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #767341 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11811565-
CMYK00.030.450.54
HSL56.6º28.96%35.88%-
HSV(B)56.6º44.92%46.27%-
XYZ14.5616.497.42-
YUV110.2102.49133.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=39.60%
G=38.59%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181156500.030.450.5456.628.9635.88
Hex767341032D36391d24
Octal166163101035566713544
Binary11101101110011100000101110110111011011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767341; }

 p { color: rgb(118,115,65); }

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

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

 a { background-color: rgb(118,115,65); }

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

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

 span { border-color: rgb(118,115,65); }

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