#67614E

Color #67614E Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #67614E

Tints of Soya Bean #67614E

Color information

#67614E (or 0x67614E) is unknown color: approx Soya Bean. HEX triplet: 67, 61 and 4E. RGB value is (103,97,78). Sum of RGB (Red+Green+Blue) = 103+97+78=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #67614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67614E is #989EB1. Grayscale: #606060. Windows color (decimal): -10002098 or 5136743. OLE color: 5136743.

HSL color Cylindrical-coordinate representation of color #67614E: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67614E is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1039778-
CMYK00.060.240.60
HSL45.6º13.81%35.49%-
HSV(B)45.6º24.27%40.39%-
XYZ11.2411.988.93-
YUV96.63117.49132.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 78 (30.86% from 255) = 28.06%
R=37.05%
G=34.89%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103977800.060.240.6045.613.8135.49
Hex67614E06183C2ee23
Octal147141116063074561643
Binary1100111110000110011100110110001111001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67614E; }

 p { color: rgb(103,97,78); }

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

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

 a { background-color: rgb(103,97,78); }

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

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

 span { border-color: rgb(103,97,78); }

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